Browse Skills

6825 skills found

writing-app-release-notes.md
11
1 export writing-app-release-notes
2 czottmann from "czottmann/claude-code-stuff"
3 Use when being asked to write release notes for an app
2026-01-05
progressive-disclosure.md
11
1 export progressive-disclosure
2 gptme from "gptme/gptme-contrib"
3 Template and guide for restructuring large documentation files into token-efficient directory structures. Reduces context bloat by 40-60% while maintaining accessibility.
2026-01-05
confluence-docs.md
11
1 export confluence-docs
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Documentation templates for ADRs, runbooks, and architecture docs. Use when creating architectural decision records, operational runbooks, or technical documentation.
2026-01-05
design-guide.md
11
1 export design-guide
2 tyrchen from "tyrchen/claude-skills"
3 Extract comprehensive design language from websites including colors, typography, animations, interactive states, shadows, gradients, component patterns, and UX behaviors. Generates pixel-perfect design guides with responsive screenshots and complete design system documentation. Use when analyzing website design, creating design systems, or rebuilding sites.
2026-01-05
testing-r-packages.md
11
1 export testing-r-packages
2 posit-dev from "posit-dev/skills"
3 Best practices for writing R package tests using testthat version 3+. Use when writing, organizing, or improving tests for R packages. Covers test structure, expectations, fixtures, snapshots, mocking, and modern testthat 3 patterns including self-sufficient tests, proper cleanup with withr, and snapshot testing.
2026-01-05
Entity-Relation Based Documentation.md
11
1 export Entity-Relation Based Documentation
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Generate documentation based on Miyabi's Entity-Relation Model (14 entities, 39 relationships). Use when documenting features, updating architecture docs, or explaining how components work.
2026-01-05
doc-generator.md
11
1 export doc-generator
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Generate documentation for code including JSDoc, docstrings, README, and API docs. Use when documenting code, creating README files, or generating API documentation.
2026-01-05
TDD Workflow.md
11
1 export TDD Workflow
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Test-Driven Development workflow for Miyabi. Red-Green-Refactor cycle with Rust-specific patterns. Use when implementing new features, fixing bugs, or writing tests.
2026-01-05
talon-development.md
11
1 export talon-development
2 jcaw from "jcaw/talon_config"
3 Expert guidance for Talon voice control development. Use when creating voice commands, defining actions, writing .talon files, testing Talon config, or debugging Talon issues.
2026-01-05
testing-patterns.md
11
1 export testing-patterns
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Testing patterns for Jest and Playwright. Use when writing tests, setting up test fixtures, or validating RLS enforcement. Routes to existing test conventions and provides evidence templates.
2026-01-05
sitepanda.md
11
1 export sitepanda
2 hokupod from "hokupod/sitepanda"
3 Scrape websites with a headless browser and extract main readable content as Markdown. Use this skill when the user asks to retrieve, analyze, or summarize content from a URL or website.
2026-01-05
rls-patterns.md
11
1 export rls-patterns
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Row Level Security patterns for database operations. Use when writing Prisma/database code, creating API routes that access data, or implementing webhooks. Enforces withUserContext, withAdminContext, or withSystemContext helpers. NEVER use direct prisma calls.
2026-01-05
generating-swift-package-docs.md
11
1 export generating-swift-package-docs
2 czottmann from "czottmann/claude-code-stuff"
3 Use when encountering unfamiliar import statements; when exploring a dependency's API; when user asks "what's import X?", "what does import X do?", or about package documentation. - Generates comprehensive API documentation for Swift package dependencies on-demand. This skill helps you quickly obtain documentation for packages used in Xcode projects when you encounter unfamiliar module imports. Automatically resolves modules to packages and caches documentation for reuse. This is the primary tool for understanding individual `import` statements.
2026-01-05
safe-workflow.md
11
1 export safe-workflow
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 SAFe development workflow guidance including branch naming conventions, commit message format, rebase-first workflow, and CI validation. Use when starting work on a Linear ticket, preparing commits, creating branches, writing PR descriptions, or asking about contribution guidelines.
2026-01-05
pattern-discovery.md
11
1 export pattern-discovery
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Pattern library discovery for pattern-first development. Use BEFORE implementing any new feature, creating components, writing API routes, or adding database operations. Ensures existing patterns are checked first before writing new code.
2026-01-05
test-helper.md
11
1 export test-helper
2 kcaldas from "kcaldas/genie"
3 Write comprehensive, idiomatic tests following best practices and project conventions. Use this when writing unit tests, integration tests, or test fixtures. Helps ensure proper test structure, mocking, assertions, and coverage.
2026-01-05
semantic-line-breaks.md
11
1 export semantic-line-breaks
2 abhinav from "abhinav/home"
3 Provides formatting guidelines for prose. This skill's guidance is automatically applied when writing multi-line comments, commit messages, markdown, or other prose.
2026-01-05
Holochain Development.md
11
1 export Holochain Development
2 happenings-community from "happenings-community/requests-and-offers"
3 This skill should be used when developing Holochain hApps, setting up development environments, creating zomes, implementing hREA integration, or writing multi-agent tests with Tryorama
2026-01-05
developing-with-swift.md
11
1 export developing-with-swift
2 czottmann from "czottmann/claude-code-stuff"
3 Use this before writing any Swift code, before planning code changes and enhancements - establishes style guidelines, teaches you vital Swift techniques
2026-01-05
documentation-updater.md
11
1 export documentation-updater
2 ruchernchong from "ruchernchong/dotfiles"
3 Keep CLAUDE.md and README.md documentation in sync with the actual dotfiles configuration. Use when the user wants to update documentation, sync README with changes, maintain CLAUDE.md, document new features, or ensure docs reflect current setup. Triggers include "update docs", "update README", "update CLAUDE.md", "document changes", or "sync documentation".
2026-01-05
creating-skills.md
11
1 export creating-skills
2 fvadicamo from "fvadicamo/dev-agent-skills"
3 Guide for creating Claude Code skills following Anthropic's official best practices. Use when user wants to create a new skill, build a skill, write SKILL.md, or needs skill creation guidelines. Provides structure, naming conventions, description writing, and quality checklist.
2026-01-05
commit-helper.md
11
1 export commit-helper
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Generate clear, conventional commit messages from git diffs. Use when creating commits, reviewing staged changes, or writing commit messages.
2026-01-05
Unnamed Skill.md
11
1 export Unnamed Skill
2 pvillega from "pvillega/claude-templates"
3 Use when asked about code quality or duplication. Runs jscpd analysis for quantitative metrics and TDD refactoring plans. Triggers: "duplicate code", "code quality", "find clones", "copy-paste detection". If thinking "manual review is fine" - automate instead. NOTE: For "refactor" or "technical debt" → use this skill FIRST to identify targets, THEN use incremental-refactoring to implement changes.
2026-01-05
design.md
10
1 export design
2 matteocervelli from "matteocervelli/llms"
3 Design system architecture, API contracts, and data flows. Use when translating analyzed requirements into technical design for feature implementation.
2026-01-05