Browse Skills

6825 skills found

jira-syntax.md
10
1 export jira-syntax
2 netresearch from "netresearch/claude-code-marketplace"
3 Jira wiki markup syntax validation, templates, and formatting guidance. Use when: (1) Writing Jira issue descriptions or comments, (2) Converting Markdown to Jira wiki markup, (3) Requesting bug report or feature request templates, (4) Validating Jira syntax before submission, (5) Keywords like 'jira format', 'wiki markup', 'jira syntax', 'format for jira', (6) Ensuring content uses h2./h3. headings instead of Markdown ##, (7) Checking code blocks use {code:lang} not triple backticks, (8) Any task involving Jira text formatting
2026-01-05
technical-annotator.md
10
1 export technical-annotator
2 matteocervelli from "matteocervelli/llms"
3 Add technical context, implementation hints, and effort estimates to user stories
2026-01-05
plugin-settings.md
10
1 export plugin-settings
2 basher83 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
jira-integration.md
10
1 export jira-integration
2 netresearch 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
command-creator.md
10
1 export command-creator
2 basher83 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
typo3-docs.md
10
1 export typo3-docs
2 netresearch from "netresearch/claude-code-marketplace"
3 Create and maintain TYPO3 extension documentation following official docs.typo3.org standards. Use when creating/editing Documentation/*.rst files or README.md, using TYPO3 directives (confval, versionadded, card-grid, accordion, tabs, admonitions), creating/adding screenshots, rendering/testing/viewing docs locally, or deploying to docs.typo3.org. By Netresearch.
2026-01-05
stream-coding.md
10
1 export stream-coding
2 frmoretto from "frmoretto/stream-coding"
3 Documentation-first development methodology. The goal is AI-ready documentation - when docs are clear enough, code generation becomes automatic. Triggers on "Build", "Create", "Implement", "Document", or "Spec out". Version 3.4 adds complete 13-item Clarity Gate with scoring rubric and self-assessment.
2026-01-05
agent-architect-reviewer.md
10
1 export agent-architect-reviewer
2 Tony363 from "Tony363/SuperClaude"
3 Expert architecture reviewer specializing in system design validation, architectural patterns, and technical decision assessment. Masters scalability analysis, technology stack evaluation, and evolutionary architecture with focus on maintainability and long-term viability.
2026-01-05
analysis.md
10
1 export analysis
2 matteocervelli 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
ansible-role-design.md
10
1 export ansible-role-design
2 basher83 from "basher83/lunar-claude"
3 This skill should be used when creating Ansible roles, designing role directory structure, organizing role variables in defaults vs vars, writing role handlers, or structuring role tasks. Based on analysis of 7 production geerlingguy roles.
2026-01-05
api-design.md
10
1 export api-design
2 akaszubski 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
agent-documentation-engineer.md
10
1 export agent-documentation-engineer
2 Tony363 from "Tony363/SuperClaude"
3 Expert documentation engineer specializing in technical documentation systems, API documentation, and developer-friendly content. Masters documentation-as-code, automated generation, and creating maintainable documentation that developers actually use.
2026-01-05
writing-quickstarts.md
10
1 export writing-quickstarts
2 auth0 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
ai-cross-verifier.md
10
1 export ai-cross-verifier
2 centminmod 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
documentation-scraper.md
10
1 export documentation-scraper
2 ratacat 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
typo3-testing.md
10
1 export typo3-testing
2 netresearch from "netresearch/claude-code-marketplace"
3 Agent Skill: TYPO3 extension testing (unit, functional, E2E, architecture, mutation). Use when setting up test infrastructure, writing tests, configuring PHPUnit, or CI/CD. By Netresearch.
2026-01-05
ansible-idempotency.md
10
1 export ansible-idempotency
2 basher83 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
agents.md
10
1 export agents
2 netresearch from "netresearch/claude-code-marketplace"
3 Agent Skill: Generate and maintain AGENTS.md files following the public agents.md convention. Use when creating AI agent documentation, onboarding guides, or standardizing agent patterns. By Netresearch.
2026-01-05
doc-analyzer.md
10
1 export doc-analyzer
2 matteocervelli from "matteocervelli/llms"
3 Analyze and extract relevant patterns, best practices, and usage examples from fetched documentation for implementation guidance.
2026-01-05
implementation.md
10
1 export implementation
2 matteocervelli 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
agent-seo-specialist.md
10
1 export agent-seo-specialist
2 Tony363 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 Tony363 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
agent-sales-engineer.md
10
1 export agent-sales-engineer
2 Tony363 from "Tony363/SuperClaude"
3 Expert sales engineer specializing in technical pre-sales, solution architecture, and proof of concepts. Masters technical demonstrations, competitive positioning, and translating complex technology into business value for prospects and customers.
2026-01-05
semantic-validation.md
10
1 export semantic-validation
2 akaszubski from "akaszubski/autonomous-dev"
3 GenAI-powered semantic validation - detects outdated docs, version mismatches, and architectural drift
2026-01-05