Browse Skills

20307 skills found

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
frontend-patterns.md
11
1 export frontend-patterns
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Frontend patterns for Next.js App Router, Clerk auth, shadcn/Radix UI, and PostHog analytics. Use when building UI components, creating pages, implementing auth flows, or adding analytics events. Ensures consistent UX patterns and accessibility standards.
2026-01-05
Claude Code X - Autonomous Execution Subagent.md
11
1 export Claude Code X - Autonomous Execution Subagent
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Execute Claude Code autonomously in the background for well-defined tasks, enabling parallel execution of up to 5 concurrent sessions while the user continues other work.
2026-01-05
Dependency Management for Cargo and npm.md
11
1 export Dependency Management for Cargo and npm
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Manage Rust and Node.js dependencies including adding, updating, auditing, and resolving conflicts. Use when updating dependencies or resolving version conflicts.
2026-01-05
go-coding-standards.md
11
1 export go-coding-standards
2 williamzujkowski from "williamzujkowski/standards"
3 Go coding standards following idiomatic Go patterns, error handling, concurrency best practices, and modern Go tooling. Use for Go projects requiring clean, efficient, production-ready code with comprehensive testing.
2026-01-05
Agent Execution with Worktree.md
11
1 export Agent Execution with Worktree
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Execute Miyabi Agents (Coordinator, CodeGen, Review, Deployment, PR, Issue) with Git Worktree isolation for parallel processing. Use when running agents, processing Issues, or managing concurrent tasks.
2026-01-05
orchestration.md
11
1 export orchestration
2 williamzujkowski from "williamzujkowski/standards"
3 Orchestration standards for orchestration in Data Engineering environments.
2026-01-05
vue-frontend.md
11
1 export vue-frontend
2 williamzujkowski from "williamzujkowski/standards"
3 Composition API vs Options API
2026-01-05
infrastructure-as-code.md
11
1 export infrastructure-as-code
2 williamzujkowski from "williamzujkowski/standards"
3 Basic Resource:
2026-01-05
Debugging and Troubleshooting.md
11
1 export Debugging and Troubleshooting
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Systematic error diagnosis and debugging workflow for Rust code. Use when code isn't working, tests fail, or runtime errors occur.
2026-01-05
Unnamed Skill.md
11
1 export Unnamed Skill
2 pvillega from "pvillega/claude-templates"
3 Use when implementing backend APIs, data persistence, or external integrations. Enforces TodoWrite with 25+ items. Triggers: "backend API", "REST endpoint", "external integration", "data persistence". If thinking "just a quick endpoint" - use this.
2026-01-05
mcp-skill-creator.md
11
1 export mcp-skill-creator
2 nemori-ai from "nemori-ai/skills"
3 Meta-skill for creating workflow-optimized skills from MCP servers. Use when users want to create a custom skill that integrates one or more MCP servers into a specialized workflow. The user provides MCP server configurations and describes their work scenario (workflow, preferences, SOPs), and this skill generates a new skill with optimized scripts following Anthropic's MCP + code execution best practices.
2026-01-05
refactor-helper.md
11
1 export refactor-helper
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Refactor code to improve quality, performance, and maintainability. Use when refactoring code, improving code structure, or modernizing legacy code.
2026-01-05
sheets-cli.md
11
1 export sheets-cli
2 gmickel from "gmickel/sheets-cli"
3 Read, write, and update Google Sheets data via CLI. Use when the user asks to read spreadsheet data, update cells, append rows, or work with Google Sheets. Triggers on mentions of spreadsheets, sheets, Google Sheets, tabular data in the cloud, or specific sheet names like "Projects" or "Tasks".
2026-01-05
test-generator.md
11
1 export test-generator
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Generate comprehensive unit tests for code. Use when creating tests, improving test coverage, or setting up testing frameworks.
2026-01-05
mutation-testing.md
11
1 export mutation-testing
2 Roasbeef from "Roasbeef/claude-files"
3 Validates test suite quality through mutation testing. Generates intelligent code mutations, runs tests to verify they catch the changes, and identifies gaps in test coverage. Use when evaluating test effectiveness, validating newly written tests, or improving test quality for mission-critical code.
2026-01-05
Unnamed Skill.md
11
1 export Unnamed Skill
2 pvillega from "pvillega/claude-templates"
3 Use when IMPLEMENTING refactoring changes. Enforces metrics-driven protocol with before/after measurements. Triggers: "implement refactor", "apply refactoring pattern", "clean up code smell", "extract method", "move method". No exceptions for "simple" refactorings - use this. NOTE: If you need to FIND duplicates first, use duplicate-code-detector, then return here for implementation.
2026-01-05
react-frontend.md
11
1 export react-frontend
2 williamzujkowski from "williamzujkowski/standards"
3 React frontend standards covering hooks (useState, useEffect, useContext, custom hooks), state management (Context API, Redux, Zustand), performance optimization (memoization, lazy loading, code splitting), testing with React Testing Library, and accessibility (WCAG 2.1, ARIA) for modern SPAs
2026-01-05
brainstorming.md
11
1 export brainstorming
2 TechNickAI from "TechNickAI/ai-coding-config"
3 Use when rough ideas need design before code, requirements are fuzzy, multiple approaches exist, or you need to explore options before implementation
2026-01-05
Issue Analysis with Label Inference.md
11
1 export Issue Analysis with Label Inference
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Analyze GitHub Issues and automatically infer appropriate labels from Miyabi's 57-label system across 11 categories. Use when creating or triaging Issues, or when label inference is needed.
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
autonomous-coding-agent.md
11
1 export autonomous-coding-agent
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Build autonomous coding agents with CLI integration. Use when creating automated coding workflows, managing multi-session development, or building CI/CD code generation pipelines.
2026-01-05
kubernetes.md
11
1 export kubernetes
2 williamzujkowski from "williamzujkowski/standards"
3 Kubernetes standards for container orchestration, deployments, services, ingress, ConfigMaps, Secrets, and security policies. Covers production-ready configurations, monitoring, and best practices for cloud-native applications.
2026-01-05
Unnamed Skill.md
11
1 export Unnamed Skill
2 pvillega from "pvillega/claude-templates"
3 Use when implementing auth, file uploads, payments, or external APIs. Applies STRIDE framework systematically. Triggers: "authentication", "file upload", "payment", "multi-tenant", "external API". If thinking "I know security" - use this anyway.
2026-01-05