Browse Skills
6825 skills found
python-standards.md
10
1
export
python-standards
2
from
"akaszubski/autonomous-dev"
from
"akaszubski/autonomous-dev"
3
Python code quality standards (PEP 8, type hints, docstrings). Use when writing Python code.
2026-01-05
technical-documentation.md
10
1
export
technical-documentation
2
from
"vinnie357/claudio"
from
"vinnie357/claudio"
3
Activate when creating comprehensive documentation including README files, API docs, user guides, and developer guides
2026-01-05
documentation-updater.md
10
1
export
documentation-updater
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Update all project documentation including implementation docs, user guides, API docs, and architecture diagrams. Use when finalizing features to ensure comprehensive documentation.
2026-01-05
cross-reference-validation.md
10
1
export
cross-reference-validation
2
from
"akaszubski/autonomous-dev"
from
"akaszubski/autonomous-dev"
3
Validates all documentation references - file paths, links, line numbers, code examples
2026-01-05
tech-stack-evaluator.md
10
1
export
tech-stack-evaluator
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Auto-activates during requirements analysis to evaluate technical stack compatibility, recommend appropriate technologies, and assess performance implications.
2026-01-05
official-docs.md
10
1
export
official-docs
2
from
"basher83/lunar-claude"
from
"basher83/lunar-claude"
3
Official Claude Code documentation. Use when user asks about plugins, skills, agents, hooks, commands, settings, or features.
2026-01-05
typo3-core-contributions.md
10
1
export
typo3-core-contributions
2
from
"netresearch/claude-code-marketplace"
from
"netresearch/claude-code-marketplace"
3
Agent Skill: TYPO3 Core contribution workflow. Use when working with Forge issues, submitting patches to Gerrit, or contributing docs. By Netresearch.
2026-01-05
doc-fetcher.md
10
1
export
doc-fetcher
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Fetch library and framework documentation via context7-mcp and fetch-mcp for comprehensive documentation research with version-specific content.
2026-01-05
writing-documentation.md
10
1
export
writing-documentation
2
from
"ratacat/claude-skills"
from
"ratacat/claude-skills"
3
Produces concise, clear documentation by applying Elements of Style principles. Use when writing or improving any technical documentation (READMEs, guides, API docs, architecture docs). Not for code comments.
2026-01-05
slash-command-creator.md
10
1
export
slash-command-creator
2
from
"basher83/lunar-claude"
from
"basher83/lunar-claude"
3
Create custom slash commands for Claude Code with complete frontmatter, arguments, and advanced features. Use when creating /commands, writing command .md files, configuring allowed-tools, adding argument placeholders ($ARGUMENTS, $1, $2), embedding bash execution with !`command`, using file references with @path, setting up plugin commands with namespacing, or deciding between slash commands vs skills.
2026-01-05
implementation.md
10
1
export
implementation
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Implement features with code, tests, and documentation. Use when building features from approved designs following TDD and project coding standards.
2026-01-05
jira-integration.md
10
1
export
jira-integration
2
from
"netresearch/claude-code-marketplace"
from
"netresearch/claude-code-marketplace"
3
Agent Skill: Comprehensive Jira integration through lightweight Python scripts. AUTOMATICALLY TRIGGER when user mentions Jira URLs like 'https://jira.*/browse/*', 'https://*.atlassian.net/browse/*', or issue keys like 'PROJ-123'. Use when searching issues (JQL), getting/updating issue details, creating issues, transitioning status, adding comments, logging worklogs, managing sprints and boards, creating issue links, or formatting Jira wiki markup. If authentication fails, offer to configure credentials interactively. Supports both Jira Cloud and Server/Data Center with automatic authentication detection. By Netresearch.
2026-01-05
plugin-settings.md
10
1
export
plugin-settings
2
from
"basher83/lunar-claude"
from
"basher83/lunar-claude"
3
This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
2026-01-05
command-creator.md
10
1
export
command-creator
2
from
"basher83/lunar-claude"
from
"basher83/lunar-claude"
3
This skill should be used when the user asks to "create a slash command", "write a command file", "add command to plugin", "create /command", "write command frontmatter", "add command arguments", "configure command tools", needs guidance on command structure, YAML frontmatter fields (description, argument-hint, allowed-tools), markdown command body, or wants to add custom slash commands to Claude Code plugins with proper argument handling and tool restrictions.
2026-01-05
api-design.md
10
1
export
api-design
2
from
"akaszubski/autonomous-dev"
from
"akaszubski/autonomous-dev"
3
REST API design best practices, versioning strategies, error handling, pagination, and OpenAPI documentation. Use when designing or implementing REST APIs, HTTP endpoints, or API documentation.
2026-01-05
analysis.md
10
1
export
analysis
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Analyze feature requirements, dependencies, and security considerations. Use when starting feature implementation from GitHub issues to understand scope, technical feasibility, and risks.
2026-01-05
writing-quickstarts.md
10
1
export
writing-quickstarts
2
from
"auth0/docs-v2"
from
"auth0/docs-v2"
3
Guides technical writers through creating Auth0 QuickStart guides that address known usability patterns. Use when writing new QuickStarts, improving existing integration guides, clarifying navigation, structuring prerequisites, or simplifying external service setup.
2026-01-05
documentation-scraper.md
10
1
export
documentation-scraper
2
from
"ratacat/claude-skills"
from
"ratacat/claude-skills"
3
Use when needing to scrape documentation websites into markdown for AI context. Triggers on "scrape docs", "download documentation", "get docs for [library]", or creating local copies of online documentation. CRITICAL - always analyze sitemap first before scraping.
2026-01-05
ai-cross-verifier.md
10
1
export
ai-cross-verifier
2
from
"centminmod/claude-code-devcontainers"
from
"centminmod/claude-code-devcontainers"
3
Cross-verify Claude-generated plans and code using OpenAI Codex and Google Gemini CLI. Provides code review, plan validation, and comparative analysis. Use when needing second opinions on Claude's code or plans, validating technical decisions, or seeking consensus from multiple AI models.
2026-01-05
ansible-idempotency.md
10
1
export
ansible-idempotency
2
from
"basher83/lunar-claude"
from
"basher83/lunar-claude"
3
This skill should be used when writing idempotent Ansible tasks, using command or shell modules, implementing changed_when and failed_when directives, creating check-before-create patterns, or troubleshooting tasks that always show "changed".
2026-01-05
implementation.md
10
1
export
implementation
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Implement features with code, tests, and documentation. Use when building features from approved designs following TDD and project coding standards.
2026-01-05
doc-analyzer.md
10
1
export
doc-analyzer
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Analyze and extract relevant patterns, best practices, and usage examples from fetched documentation for implementation guidance.
2026-01-05
agent-seo-specialist.md
10
1
export
agent-seo-specialist
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert SEO strategist specializing in technical SEO, content optimization, and search engine rankings. Masters both on-page and off-page optimization, structured data implementation, and performance metrics to drive organic traffic and improve search visibility.
2026-01-05
agent-technical-writer.md
10
1
export
agent-technical-writer
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert technical writer specializing in clear, accurate documentation and content creation. Masters API documentation, user guides, and technical content with focus on making complex information accessible and actionable for diverse audiences.
2026-01-05