Browse Skills
9063 skills found
test-driven-development.md
1
1
export
test-driven-development
2
from
"DMJGilbert/.config"
from
"DMJGilbert/.config"
3
Enforce RED-GREEN-REFACTOR cycle. Use when implementing features, fixing bugs, or writing any production code.
2026-01-05
fastapi-endpoint-scaffolder.md
1
1
export
fastapi-endpoint-scaffolder
2
from
"okgoogle13/careercopilot"
from
"okgoogle13/careercopilot"
3
Scaffolds a new FastAPI endpoint with Pydantic models, router registration, and tests. Use when creating new backend API endpoints.
2026-01-05
test-driven-development.md
1
1
export
test-driven-development
2
from
"lv416e/dotfiles"
from
"lv416e/dotfiles"
3
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first | 機能やバグ修正を実装する際、実装コードを書く前に使用 - まずテストを書き、失敗を確認し、最小限のコードで通す。最初に失敗を求めることで、テストが実際に動作を検証することを保証
2026-01-05
repository-analyzer.md
1
1
export
repository-analyzer
2
from
"lv416e/dotfiles"
from
"lv416e/dotfiles"
3
Comprehensive repository analysis using Explore agents, web search, and Context7 to investigate codebase structure, technology stack, configuration, documentation quality, and provide actionable insights. Use this skill when asked to analyze, audit, investigate, or report on a repository or codebase. | Exploreエージェント、Web検索、Context7を用いた包括的なリポジトリ分析。コードベース構造、技術スタック、設定、ドキュメント品質を調査し、実用的な洞察を提供。リポジトリやコードベースの分析、監査、調査、レポート作成を依頼された場合に使用。
2026-01-05
agentuity-cli-cloud-thread-list.md
1
1
export
agentuity-cli-cloud-thread-list
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
List recent threads. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
test-development.md
1
1
export
test-development
2
from
"vanillacake369/tonys-nix"
from
"vanillacake369/tonys-nix"
3
Create comprehensive test suites by discovering and adapting to any testing framework, following project test patterns and ensuring robust coverage. Use when writing tests, improving coverage, validating functionality. Triggers: 'test', 'coverage', 'unit test', 'integration test', 'E2E', 'spec', '테스트', '커버리지', '단위 테스트', '통합 테스트', '테스트 작성', working with *.test.*, *.spec.*, test/, __tests__/.
2026-01-05
eve-esi-integration.md
1
1
export
eve-esi-integration
2
from
"AreteDriver/EVE_Rebellion"
from
"AreteDriver/EVE_Rebellion"
3
EVE Online ESI API integration skill for third-party development. Use when building EVE Online tools, apps, or games that need ESI endpoints, SSO authentication, image server assets, or SDE data. Triggers on EVE Online API work, ESI integration, EVE developer tools, ship renders, map data, character authentication, or EVE static data.
2026-01-05
api-design.md
1
1
export
api-design
2
from
"Zate/cc-plugins"
from
"Zate/cc-plugins"
3
This skill should be used for REST API, GraphQL, versioning, pagination, authentication, backend routes, web services, HTTP endpoints, server API design
2026-01-05
agentuity-cli-cloud-sandbox-delete.md
1
1
export
agentuity-cli-cloud-sandbox-delete
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
Delete a sandbox. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
systematic-debugging.md
1
1
export
systematic-debugging
2
from
"CodingCossack/agent-skills-library"
from
"CodingCossack/agent-skills-library"
3
Root cause analysis for debugging. Use when bugs, test failures, or unexpected behavior have non-obvious causes, or after multiple fix attempts have failed.
2026-01-05
github-actions-for-rails.md
1
1
export
github-actions-for-rails
2
from
"sjnims/iron-chef-claude-rails"
from
"sjnims/iron-chef-claude-rails"
3
This skill should be used when the user asks about "GitHub Actions", "CI/CD", "continuous integration", "automated testing", "deployment automation", or setting up workflows for Rails projects. Load this skill when configuring GitHub Actions.
2026-01-05
agentuity-cli-cloud-sandbox-snapshot-list.md
1
1
export
agentuity-cli-cloud-sandbox-snapshot-list
2
from
"agentuity/discord-help-agent"
from
"agentuity/discord-help-agent"
3
List snapshots. Requires authentication. Use for Agentuity cloud platform operations
2026-01-05
credential-recovery-protocol.md
1
1
export
credential-recovery-protocol
2
from
"starwreckntx/IRP__METHODOLOGIES-"
from
"starwreckntx/IRP__METHODOLOGIES-"
3
Execute secure credential recovery procedures.
2026-01-05
auth-flow.md
1
1
export
auth-flow
2
from
"Intellifill/IntelliFill"
from
"Intellifill/IntelliFill"
3
IntelliFill authentication flow patterns using Supabase Auth, JWT tokens, and backend auth mode
2026-01-05
analysis-opposite-case.md
1
1
export
analysis-opposite-case
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Build the strongest argument against your current position to test whether it survives serious critique. Use when: (1) asked to play devil's advocate or stress-test a proposal, (2) advocating for an approach without engaging its strongest objections, (3) preparing for stakeholders who will challenge the position, (4) high-stakes decision where overconfidence could be costly.
2026-01-05
roadmap-builder.md
1
1
export
roadmap-builder
2
from
"mjmiller3416/recipe-app"
from
"mjmiller3416/recipe-app"
3
Decide what to build next with brutal prioritization using impact/effort analysis. Use when planning sprints, evaluating features, or auditing an overgrown roadmap.
2026-01-05
vue-testing.md
1
1
export
vue-testing
2
from
"pluginagentmarketplace/custom-plugin-vue"
from
"pluginagentmarketplace/custom-plugin-vue"
3
Master Vue Testing - Vitest, Vue Test Utils, Component Testing, E2E with Playwright
2026-01-05
business-logic-flaws-ai-generated-code.md
1
1
export
business-logic-flaws-ai-generated-code
2
from
"harperaa/secure-claude-skills"
from
"harperaa/secure-claude-skills"
3
Understand business logic vulnerabilities in AI code including race conditions, integer overflow, and calculation errors that pass functional tests but create security holes. Use this skill when you need to learn about race conditions in AI code, understand integer overflow vulnerabilities, recognize business logic security flaws, or identify calculation errors. Triggers include "race conditions", "business logic vulnerabilities", "integer overflow", "race condition AI", "flash sale security", "concurrent access", "negative totals", "calculation errors".
2026-01-05
fsharp-feature.md
1
1
export
fsharp-feature
2
from
"heimeshoff/Cinemarco"
from
"heimeshoff/Cinemarco"
3
Orchestrates end-to-end F# full-stack feature development across all layers.Use when: "add feature", "implement X", "build Y", "create new feature", "full stack","new functionality", "add capability", "implement end-to-end", "complete feature".Guides through: Shared types → Backend → Frontend → Tests.Use this for features that touch multiple layers of the application.
2026-01-05
rails-security-audit.md
1
1
export
rails-security-audit
2
from
"sjnims/Iron-Claude"
from
"sjnims/Iron-Claude"
3
Comprehensive security auditing for Rails 8 applications using Brakeman and manual review. Use when reviewing authentication/authorization code, checking for OWASP Top 10 vulnerabilities, or validating security before deployment.
2026-01-05
route-tester.md
1
1
export
route-tester
2
from
"PedroGiudice/Claude-Code-Projetos"
from
"PedroGiudice/Claude-Code-Projetos"
3
Test authenticated routes in the your project using cookie-based authentication. Use this skill when testing API endpoints, validating route functionality, or debugging authentication issues. Includes patterns for using test-auth-route.js and mock authentication.
2026-01-05
test-limacharlie-adapter.md
1
1
export
test-limacharlie-adapter
2
from
"refractionPOINT/lc-ai"
from
"refractionPOINT/lc-ai"
3
Deploy a temporary LimaCharlie Adapter on the local Linux or Mac OS host for testing log ingestion. Downloads the adapter, auto-detects log sources, and streams them to your LimaCharlie organization.
2026-01-05
test-service.md
1
1
export
test-service
2
from
"madooei/backend-template"
from
"madooei/backend-template"
3
Guide for testing service layer. Use when asked to test services. Directs to implementation-specific testing skills.
2026-01-05
tdd-strict.md
1
1
export
tdd-strict
2
from
"mgreenly/ikigai"
from
"mgreenly/ikigai"
3
Test-Driven Development (Strict) skill for the ikigai project
2026-01-05