Browse Skills
44969 skills found
sparc-methodology.md
1
1
export
sparc-methodology
2
from
"bjpl/open_learn_co"
from
"bjpl/open_learn_co"
3
SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration
2026-01-05
project-manager.md
1
1
export
project-manager
2
from
"tatat/agents-playground"
from
"tatat/agents-playground"
3
Plan and track projects with timelines, resources, and risk management
2026-01-05
ros2-service-pattern.md
1
1
export
ros2-service-pattern
2
from
"mjunaidca/robolearn"
from
"mjunaidca/robolearn"
3
Generate ROS 2 service server and client code examples for educational content. This skill should be used when creating lessons that teach request/response communication, writing exercises involving services, or generating worked examples for synchronous robot commands.
2026-01-05
test-generator.md
1
1
export
test-generator
2
from
"takumi12311123/dotfiles"
from
"takumi12311123/dotfiles"
3
TDD workflow: Generate tests BEFORE implementation. Use when user requests new feature or bug fix. Write failing tests first, then implement to pass. Creates unit, integration, and edge case tests.
2026-01-05
deployment-audit-skill.md
1
1
export
deployment-audit-skill
2
from
"CleanExpo/Unite-Hub"
from
"CleanExpo/Unite-Hub"
3
Use DigitalOcean MCP and related tools to check deployment health, crash logs, environment consistency, and runtime issues for Unite-Hub / Synthex. Use when diagnosing deployment failures or verifying readiness.
2026-01-05
domain-review-before-implementation.md
1
1
export
domain-review-before-implementation
2
from
"snits/claude-files"
from
"snits/claude-files"
3
BEFORE dispatching any implementation agent or starting to code - if you're about to write "Task(subagent_type=..., prompt=...)" for implementation, or about to implement a plan yourself, STOP and review first. The prompt you're about to send IS a brief - review it for design flaws before the agent implements garbage.
2026-01-05
frontend-design.md
1
1
export
frontend-design
2
from
"rohunvora/cursor-maxxing"
from
"rohunvora/cursor-maxxing"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, applications, or redesign existing UIs. Generates creative, polished code that avoids generic AI aesthetics. Triggers on frontend design, UI design, redesign, build component, create page, web interface, React UI.
2026-01-05
workspace-blazor-mvvm.md
1
1
export
workspace-blazor-mvvm
2
from
"lionfire/Core"
from
"lionfire/Core"
3
Guide for implementing LionFire workspace documents with Blazor MVVM patterns, including ObservableDataView component usage, workspace-scoped service injection, and reactive persistence. Use this skill when creating Blazor pages for workspace documents, fixing workspace service scoping issues, or implementing list/detail views with ObservableReader/Writer.
2026-01-05
pydantic-ai-agent-builder.md
1
1
export
pydantic-ai-agent-builder
2
from
"Krosebrook/source-of-truth-monorepo"
from
"Krosebrook/source-of-truth-monorepo"
3
Expert guidance for building AI agents with Pydantic AI framework. Use when creating multi-agent systems, AI orchestration workflows, or structured LLM applications with type safety and validation.
2026-01-05
email-handling-for-jesse.md
1
1
export
email-handling-for-jesse
2
from
"obra/claude-pa"
from
"obra/claude-pa"
3
Jesse's email workflows - archiving (pre-approved categories), replying (call-and-response with approval), processing URL notes, unsubscribing
2026-01-05
enterprise-patterns.md
1
1
export
enterprise-patterns
2
from
"pluginagentmarketplace/custom-plugin-software-architect"
from
"pluginagentmarketplace/custom-plugin-software-architect"
3
Apply enterprise architecture patterns for integration and governance
2026-01-05
security-prompts-threat-modeling.md
1
1
export
security-prompts-threat-modeling
2
from
"harperaa/secure-claude-skills"
from
"harperaa/secure-claude-skills"
3
Security analysis and threat modeling prompt templates for STRIDE analysis, code review, OWASP compliance, and vulnerability assessment. Use for security planning, pre-deployment reviews, and ongoing threat assessment. Triggers include "STRIDE", "threat model", "security review", "code review", "OWASP", "payment security", "security analysis", "vulnerability assessment".
2026-01-05
test-permission.md
1
1
export
test-permission
2
from
"semicolon-devteam/semo"
from
"semicolon-devteam/semo"
3
Remote App 권한 요청 UI 테스트용 스킬. Use when (1) 권한 요청 UI 테스트,(2) Hook → Remote 연동 검증, (3) awaiting_type=permission 시뮬레이션.
2026-01-05
issue-decomposition.md
1
1
export
issue-decomposition
2
from
"troykelly/claude-skills"
from
"troykelly/claude-skills"
3
Use when an issue is too large for a single task - breaks into linked sub-issues with full documentation, ensuring manageable work units
2026-01-05
pdf-processing.md
1
1
export
pdf-processing
2
from
"kitproj/coding-context-cli"
from
"kitproj/coding-context-cli"
3
Extract text and tables from PDF files, fill PDF forms, and merge multiple PDFs. Use when working with PDF documents or when the user mentions PDFs, forms, or document extraction.
2026-01-05
implementation-safety.md
1
1
export
implementation-safety
2
from
"Kaakati/rails-enterprise-dev"
from
"Kaakati/rails-enterprise-dev"
3
Production-ready safety checklists for Rails implementation. Covers nil safety,ActiveRecord patterns, security vulnerabilities, error handling, and performance.Use before marking any file complete during implementation phases.
2026-01-05
feels-indexer-operations.md
1
1
export
feels-indexer-operations
2
from
"FeelsDEX/feels"
from
"FeelsDEX/feels"
3
Production-ready Feels Protocol indexer with PostgreSQL, Redis, RocksDB, complete REST API, OHLCV generation, real-time statistics, and frontend integration
2026-01-05
go-test.md
1
1
export
go-test
2
from
"KubrickCode/ai-config-toolkit"
from
"KubrickCode/ai-config-toolkit"
3
Go 테스트 작성 전문성과 표준 testing 패키지 활용법을 제공합니다. 테이블 기반 테스트, 서브테스트, 벤치마크 패턴을 구현하고, 효과적인 목 객체 사용과 테스트 커버리지 전략을 보장하며, 관용적인 테스트 구조와 명명 규칙을 유지합니다. 병렬 테스트 최적화와 테스트 헬퍼 함수 설계를 마스터합니다.다음 경우에 사용: Go 테스트 파일 작성(_test.go), testing.T 사용, t.Run으로 서브테스트 구현, 테이블 기반 테스트 설계, 벤치마크 작성, 목 객체 생성, 테스트 커버리지 개선, 병렬 테스트 최적화.
2026-01-05
quality-gate.md
1
1
export
quality-gate
2
from
"adolfoaranaes12/BMAD-ENHANCED"
from
"adolfoaranaes12/BMAD-ENHANCED"
3
Synthesize all quality assessments (risk, test-design, traceability, NFR) into evidence-based gate decision (PASS/CONCERNS/FAIL/WAIVED) with comprehensive rationale. Generates both YAML (CI/CD) and Markdown (human review) reports with action items. Use during final quality review to make go/no-go deployment decisions based on comprehensive quality evidence.
2026-01-05
search.md
1
1
export
search
2
from
"kangju2000/dotfiles"
from
"kangju2000/dotfiles"
3
Fast file and code searching using fd and rg. Use when user asks to find files or search code patterns.
2026-01-05
agile-metrics.md
1
1
export
agile-metrics
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Master agile metrics with velocity, burn-down charts, cycle time, and team health indicators for data-driven improvement.
2026-01-05
makefile.md
1
1
export
makefile
2
from
"mgreenly/ikigai"
from
"mgreenly/ikigai"
3
Makefile skill for the ikigai project
2026-01-05
eslint-fix.md
1
1
export
eslint-fix
2
from
"TrueNine/claude-code-projects"
from
"TrueNine/claude-code-projects"
3
TypeScript/ESLint error fix guide, helps AI quickly locate and fix common lint errors, prioritizing auto-fix commands for formatting issues.
2026-01-05
imsg-ingest.md
1
1
export
imsg-ingest
2
from
"rohunvora/cool-claude-skills"
from
"rohunvora/cool-claude-skills"
3
Primary iMessage interface. Full-featured CLI for message export, conversation management, contact resolution, and thread state. Use when user mentions "imessage", "imsg", "text message", "iphone messages", or phone numbers. Triggers: "imessage messages", "export imessage", "text from john", "imessage contacts", "sync imessage". This is STANDALONE - do not defer to unified-messages for iMessage operations.
2026-01-05