Skills Directory

Reusable coding rules & agent skills for Claude Code, Cursor, Copilot and more - copy, adapt, ship faster.

63 skills indexed across 13 categories

Results for “writing” - 63 found

swiftui-pro

1,281

Comprehensively reviews SwiftUI code for best practices on modern APIs, maintainability, and performance. Use when reading, writing, or revi

Frontendby twostraws/swiftui-agent-skill

ast-grep Code Search

1,257

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Synt

Docsby ast-grep/agent-skill

python-testing-patterns

1,251

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setti

Testingby wshobson/agents

vue

1,001

Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/d

Frontendby antfu/skills

nestjs-best-practices

998

NestJS best practices and architecture patterns for building production-ready applications. This skill should be used when writing, reviewin

Docsby kadajett/agent-nestjs-skills

swiftui-expert-skill

992

Use when writing, reviewing, or refactoring SwiftUI code for iOS or macOS, including state management, view composition, performance, Liquid

Frontendby avdlee/swiftui-agent-skill

Content Brief

783

Produce an editor-ready content brief for a target keyword or topic. Use when the user asks for a content brief, writing guidelines, article

Docsby calm-north/seojuice-skills

Prisma Client API Reference

747

Prisma Client API reference covering model queries, filters, operators, and client methods. Use when writing database queries, using CRUD op

Backendby prisma/skills

Python Code Style & Documentation

686

Python code style, linting, formatting, naming conventions, and documentation standards. Use when writing new code, reviewing style, configu

Docsby wshobson/agents

article-writing

631

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied e

Designby affaan-m/everything-claude-code

langgraph-fundamentals

627

INVOKE THIS SKILL when writing ANY LangGraph code. Covers StateGraph, state schemas, nodes, edges, Command, Send, invoke, streaming, and err

Backendby langchain-ai/langchain-skills

Test-Driven Development Workflow

608

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including un

Testingby affaan-m/everything-claude-code

C++ Coding Standards (C++ Core Guidelines)

606

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce mo

Docsby affaan-m/everything-claude-code

/search-first - Research Before You Code

586

Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent

Docsby affaan-m/everything-claude-code

C++ Testing (Agent Skill)

572

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitiz

Testingby affaan-m/everything-claude-code

bash-defensive-patterns

545

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system

Devopsby wshobson/agents

solidity-security

540

Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing sma

Securityby wshobson/agents

memory-safety-patterns

539

Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing sa

Docsby wshobson/agents

angular-migration

519

Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading A

Frontendby wshobson/agents

framework-selection

518

INVOKE THIS SKILL at the START of any LangChain/LangGraph/Deep Agents project, before writing any agent code. Determines which framework lay

Docsby langchain-ai/langchain-skills

terraform-style-guide

514

Generate Terraform HCL code following HashiCorp's official style conventions and best practices. Use when writing, reviewing, or generating

Devopsby hashicorp/agent-skills

postmortem-writing

510

Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing p

Docsby wshobson/agents

bats-testing-patterns

503

Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipeline

Testingby wshobson/agents

rust-best-practices

501

Guide for writing idiomatic Rust code based on Apollo GraphQL's best practices handbook. Use this skill when: (1) writing new Rust code or f

Backendby apollographql/skills