Browse Skills
44969 skills found
brainstorming.md
1
1
export
brainstorming
2
from
"xbklairith/kisune"
from
"xbklairith/kisune"
3
Use when exploring unclear requirements or architectural decisions - refines rough ideas into clear requirements/designs through collaborative questioning (one at a time), explores alternatives, validates incrementally. Activates when user has vague feature idea, mentions "not sure about", "exploring options", "what approach", or during spec-driven requirements/design phases.
2026-01-05
merging-feature-branches-to-main.md
1
1
export
merging-feature-branches-to-main
2
from
"WesleyMFrederick/cc-workflows"
from
"WesleyMFrederick/cc-workflows"
3
Use when feature branch is complete and reviewed, ready to merge to main - squashes multiple commits into single clean commit in main using git merge --squash
2026-01-05
pagination-standard.md
1
1
export
pagination-standard
2
from
"TrueNine/claude-code-projects"
from
"TrueNine/claude-code-projects"
3
Frontend-backend pagination standard, defining minimal parameter naming to reduce transmission characters, applicable to all system pagination scenarios.
2026-01-05
spring-boot.md
1
1
export
spring-boot
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Master Spring Boot with auto-configuration, REST APIs, JPA, security, testing, and production-ready features for enterprise applications.
2026-01-05
streams.md
1
1
export
streams
2
from
"pluginagentmarketplace/custom-plugin-nodejs"
from
"pluginagentmarketplace/custom-plugin-nodejs"
3
Master Node.js streams for memory-efficient processing of large datasets, real-time data handling, and building data pipelines
2026-01-05
bootstrapping-github-projects.md
1
1
export
bootstrapping-github-projects
2
from
"kynoptic/markdownlint-trap"
from
"kynoptic/markdownlint-trap"
3
Automates GitHub Projects V2 setup with standardized workflow boards. Creates custom fields (Status/Value/Effort), configures automations, generates semantic repository labels, and aligns project name with repository. Use when users ask to "set up a project board", "create GitHub project", "bootstrap project planning", "initialize project management", or mention "GitHub Projects V2", "project tracking", or "kanban board setup". Requires GitHub CLI with project scope.
2026-01-05
process-management.md
1
1
export
process-management
2
from
"pluginagentmarketplace/custom-plugin-bash-shell"
from
"pluginagentmarketplace/custom-plugin-bash-shell"
3
Production-grade process management - jobs, signals, cron, systemd
2026-01-05
mind-parameter-modification.md
1
1
export
mind-parameter-modification
2
from
"starwreckntx/IRP__METHODOLOGIES-"
from
"starwreckntx/IRP__METHODOLOGIES-"
3
Modify cognitive parameters and behavioral settings.
2026-01-05
phase-planning.md
1
1
export
phase-planning
2
from
"krzemienski/shannon-framework"
from
"krzemienski/shannon-framework"
3
Generate 5-phase implementation plan with validation gates and resource allocation. Adaptsphase count and timeline based on complexity score. Includes validation gates between phases.Use when: planning implementation, need structured timeline, want validation checkpoints.
2026-01-05
golang.md
1
1
export
golang
2
from
"KubrickCode/workflow-toolkit"
from
"KubrickCode/workflow-toolkit"
3
Provides idiomatic Go programming expertise and best practices. Ensures clean, efficient, and maintainable code following official Go conventions. Specializes in concurrent programming patterns, interface design, error handling strategies, and performance optimization. Masters standard library usage and ecosystem integration.Use when: writing Go code (.go files), designing interfaces and struct types, implementing concurrent patterns (goroutines/channels), handling errors idiomatically, writing table-driven tests, creating Go modules, optimizing performance-critical code, managing dependencies with go.mod, implementing HTTP servers and clients, working with context propagation, or designing package APIs for public libraries.
2026-01-05
artifact-publisher.md
1
1
export
artifact-publisher
2
from
"oimiragieo/LLM-RULES"
from
"oimiragieo/LLM-RULES"
3
Publish and share Claude Artifacts with Projects, Cursor, and downstream agents. Use when a user wants to "save", "share", or "finalize" a generated artifact.
2026-01-05
baml-integration.md
1
1
export
baml-integration
2
from
"Consiliency/treesitter-chunker"
from
"Consiliency/treesitter-chunker"
3
Generic BAML patterns for type-safe LLM prompting. Covers schema design, DTO generation, client wrappers, and cross-language codegen. Framework-agnostic.
2026-01-05
analyzing-tdigest-metrics.md
1
1
export
analyzing-tdigest-metrics
2
from
"rustomax/observe-community-mcp"
from
"rustomax/observe-community-mcp"
3
Analyze percentile metrics (tdigest type) using OPAL for latency analysis and SLO tracking. Use when calculating p50, p95, p99 from pre-aggregated duration or latency metrics. Covers the critical double-combine pattern with align + m_tdigest() + tdigest_combine + aggregate. For simple metrics (counts, averages), see aggregating-gauge-metrics skill.
2026-01-05
validate-pr-ready.md
1
1
export
validate-pr-ready
2
from
"semicolon-devteam/semo"
from
"semicolon-devteam/semo"
3
Execute Phase 5 comprehensive verification before PR. Use when (1) implementation is complete, (2) before creating Pull Request, (3) user requests quality check, (4) pre-commit validation needed, (5) Constitution compliance verification required.
2026-01-05
architecture-skills.md
1
1
export
architecture-skills
2
from
"pluginagentmarketplace/custom-plugin-nextjs"
from
"pluginagentmarketplace/custom-plugin-nextjs"
3
Master system design, architecture patterns, algorithms, data structures, and computer science fundamentals for building scalable systems.
2026-01-05
css-sass.md
1
1
export
css-sass
2
from
"pluginagentmarketplace/custom-plugin-css"
from
"pluginagentmarketplace/custom-plugin-css"
3
Use Sass/SCSS for advanced CSS preprocessing with modern @use/@forward syntax
2026-01-05
auditing-security.md
1
1
export
auditing-security
2
from
"jls42/leapmultix"
from
"jls42/leapmultix"
3
Audits application security (XSS, CSP, vulnerable dependencies, CORS). Use before releases, after adding dependencies, or modifying security-utils.js
2026-01-05
mcp-builder.md
1
1
export
mcp-builder
2
from
"lv416e/dotfiles"
from
"lv416e/dotfiles"
3
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK). | 適切に設計されたツールを通じてLLMが外部サービスと対話できるようにする高品質MCP(Model Context Protocol)サーバーを作成するためのガイド。Python(FastMCP)またはNode/TypeScript(MCP SDK)で外部APIやサービスを統合するMCPサーバーを構築する際に使用
2026-01-05
story-tree.md
1
1
export
story-tree
2
from
"Mharbulous/SyncoPaid"
from
"Mharbulous/SyncoPaid"
3
Use when user says "update story tree", "show story tree", "show me a map", "story map", "tree diagram", "show stories", "view stories", "list stories", or asks for story visualization or tree status - autonomously maintains hierarchical story backlog by analyzing git commits, identifying under-capacity nodes, and coordinating story generation to fill gaps. Works with SQLite database using closure table pattern, prioritizes shallower nodes first, and tracks implementation status through commit analysis.
2026-01-05
fix-pr-feedback.md
1
1
export
fix-pr-feedback
2
from
"stars-end/affordabot"
from
"stars-end/affordabot"
3
Address PR feedback with iterative refinement. MUST BE USED when fixing PR issues.Supports auto-detection (CI failures, code review) and manual triage (user reports bugs). Creates Beads issues for all problems, fixes systematically.Use when user says "fix the PR", "i noticed bugs", "ci failures", or "codex review found issues",or when user mentions CI failures, review comments, failing tests, PR iterations,bug fixes, feedback loops, or systematic issue resolution.
2026-01-05
postgres-rls.md
1
1
export
postgres-rls
2
from
"troykelly/claude-skills"
from
"troykelly/claude-skills"
3
MANDATORY when touching auth tables, tenant isolation, RLS policies, or multi-tenant database code - enforces Row Level Security best practices and catches common bypass vulnerabilities
2026-01-05
plugin-architecture.md
1
1
export
plugin-architecture
2
from
"pluginagentmarketplace/custom-plugin-design-system"
from
"pluginagentmarketplace/custom-plugin-design-system"
3
Master plugin folder structure, manifest design, and architectural patterns. Learn to organize plugins for scalability and maintainability.
2026-01-05
professional-pr-workflow.md
1
1
export
professional-pr-workflow
2
from
"talent-factory/dotfiles"
from
"talent-factory/dotfiles"
3
Automatisiert Pull-Request-Erstellung mit Branch-Management, Code-Formatierung und Integration mit professional-commit-workflow. Unterstützt GitHub CLI, automatische PR-Beschreibungen und projektspezifische Formatter (Biome, Black, Prettier).
2026-01-05
agents.md
1
1
export
agents
2
from
"itsmostafa/llm-engineering-skills"
from
"itsmostafa/llm-engineering-skills"
3
Patterns and architectures for building AI agents and workflows with LLMs. Use when designing systems that involve tool use, multi-step reasoning, autonomous decision-making, or orchestration of LLM-driven tasks.
2026-01-05