Browse Skills

9063 skills found

git-hooks-concepts.md
2
1 export git-hooks-concepts
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Git Hooksの基本概念、ライフサイクル、実装パターンを提供し、コミット前のコード品質チェックとプッシュ前のテスト自動化を実現するスキル。Anchors:• Pro Git (Scott Chacon) / 適用: Git Hooksのライフサイクル理解 / 目的: クライアント/サーバー側フックの適切な選択• Continuous Delivery (Jez Humble) / 適用: 自動化パイプライン設計 / 目的: 品質ゲートの段階的実装Trigger:Use when implementing Git hooks for pre-commit code quality checks, pre-push test execution, or commit message validation.pre-commit, pre-push, git hooks, husky, lint-staged, conventional commits
2026-01-05
prototype-designer.md
2
1 export prototype-designer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Create interactive prototypes, design user flows, implement prototype testing strategies, and manage handoff to development. Validate ideas before building.
2026-01-05
tmdb-integration.md
2
1 export tmdb-integration
2 giolaq from "giolaq/Multi-TV-dev-power"
3 TMDB (The Movie Database) API integration for React Native TV streaming apps. Use when users need help with movie/TV show data, poster images, search functionality, trending content, video trailers from TMDB, API authentication, rate limiting, or TypeScript types for TMDB responses.
2026-01-05
tdd-enforcement-algorithm.md
2
1 export tdd-enforcement-algorithm
2 cipherstash from "cipherstash/cipherpowers"
3 Algorithmic decision tree enforcing test-first development via boolean conditions instead of imperatives
2026-01-05
audit.md
2
1 export audit
2 ferdiangunawan from "ferdiangunawan/skills"
3 Validates research/plan/code against overengineering, underengineering, and hallucination
2026-01-05
validating-api-contracts.md
2
1 export validating-api-contracts
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill validates API contracts using consumer-driven testing and OpenAPI validation. It leverages Pact for consumer-driven contract testing, ensuring that API providers adhere to the expectations of their consumers. It also validates APIs against OpenAPI specifications to guarantee compliance and identify breaking changes. Use this skill when the user asks to generate contract tests, validate API responses, check backward compatibility, or validate requests/responses using the terms "contract-test", "ct", "Pact", "OpenAPI validation", or "consumer-driven contract testing".
2026-01-05
reconnaissance-knowledge.md
2
1 export reconnaissance-knowledge
2 CharlesKozel from "CharlesKozel/Pentest-Agent-Evalulator"
3 Comprehensive knowledge about network reconnaissance and service enumeration. Provides methodologies for port scanning, service fingerprinting, web directory discovery, and vulnerability identification. Includes best practices for structured data collection.
2026-01-05
generating-test-doubles.md
2
1 export generating-test-doubles
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the test-doubles-generator plugin to automatically create mocks, stubs, spies, and fakes for unit testing. It analyzes dependencies in the code and generates appropriate test doubles based on the chosen testing framework, such as Jest, Sinon, or others. Use this skill when you need to generate test doubles, mocks, stubs, spies, or fakes to isolate units of code during testing. Trigger this skill by requesting test double generation or using the `/gen-doubles` or `/gd` command.
2026-01-05
schema-consistency-checker.md
2
1 export schema-consistency-checker
2 patricio0312rev from "patricio0312rev/skillset"
3 Audits database schemas for naming conventions, type consistency, nullability patterns, and missing constraints. Provides violations report with recommended fixes. Use for "schema validation", "database linting", "schema standards", or "consistency checks".
2026-01-05
tracking-regression-tests.md
2
1 export tracking-regression-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to track and run regression tests, ensuring new changes don't break existing functionality. It is triggered when the user asks to "track regression", "run regression tests", or uses the shortcut "reg". The skill helps in maintaining code stability by identifying critical tests, automating their execution, and analyzing the impact of changes. It also provides insights into test history and identifies flaky tests. The skill uses the `regression-test-tracker` plugin.
2026-01-05
scanning-for-data-privacy-issues.md
2
1 export scanning-for-data-privacy-issues
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to automatically scan code and configuration files for potential data privacy vulnerabilities using the data-privacy-scanner plugin. It identifies sensitive data exposure, compliance violations, and other privacy-related risks. Use this skill when the user requests to "scan for data privacy issues", "check privacy compliance", "find PII leaks", "identify GDPR violations", or needs a "privacy audit" of their codebase. The skill is most effective when used on projects involving personal data, financial information, or health records.
2026-01-05
systematic-debugging.md
2
1 export systematic-debugging
2 third774 from "third774/dotfiles"
3 Four-phase debugging framework with root cause tracing - understand the source before proposing fixes. Use when investigating bugs, errors, unexpected behavior, or failed tests.
2026-01-05
automating-database-backups.md
2
1 export automating-database-backups
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates database backups using the database-backup-automator plugin. It creates scripts for scheduled backups, compression, encryption, and restore procedures across PostgreSQL, MySQL, MongoDB, and SQLite. Use this when the user requests database backup automation, disaster recovery planning, setting up backup schedules, or creating restore procedures. The skill is triggered by phrases like "create database backup", "automate database backups", "setup backup schedule", or "generate restore procedure".
2026-01-05
tech-stack-adapter.md
2
1 export tech-stack-adapter
2 stharrold from "stharrold/yuimedi-paper-20250901"
3 Detects Python project configuration and provides commands fortesting, building, coverage, and containerization.Use when: Starting workflow, detecting project stack, need TEST_CMDTriggers: detect stack, what commands, initial setupOutputs: TEST_CMD, BUILD_CMD, COVERAGE_CMD, COVERAGE_CHECK, MIGRATE_CMD
2026-01-05
stack-audit.md
2
1 export stack-audit
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Comprehensive stack health audit for codebase and infrastructure. Runs 10 health checks covering frontend, backend, migrations, Docker, API integrity, and backup status. Use routinely to prevent "time loops" from accumulated issues.
2026-01-05
evaluation-harness.md
2
1 export evaluation-harness
2 patricio0312rev from "patricio0312rev/skillset"
3 Builds repeatable evaluation systems with golden datasets, scoring rubrics, pass/fail thresholds, and regression reports. Use for "LLM evaluation", "testing AI systems", "quality assurance", or "model benchmarking".
2026-01-05
adk.md
2
1 export adk
2 zchee from "zchee/coding-agents"
3 Build, debug, and ship agents with Google’s Agent Development Kit (ADK) — especially the Go SDK (google/adk-go). Trigger when users ask to create/modify ADK agents, tools, workflows, launcher configs, tests, evaluations, or MCP toolsets bridging ADK and external tools.
2026-01-05
python.md
2
1 export python
2 cosmix from "cosmix/claude-code-setup"
3 Python language expertise for writing idiomatic, production-quality Python code. Use for Python development, type hints, async patterns, testing with pytest, packaging, and following PEP 8 standards. Triggers: python, py, pytest, pep8, typing, asyncio, poetry, uv, pyproject.
2026-01-05
test-validator.md
2
1 export test-validator
2 masanao-ohba from "masanao-ohba/claude-manifests"
3 Validates PHP test files for CakePHP projects, ensuring compliance with testing standards including proper documentation format, Configure::read usage, and avoiding prohibited patterns
2026-01-05
tdd-red-green-refactor.md
2
1 export tdd-red-green-refactor
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Red-Green-Refactorサイクルを中心にTDDを実行するための専門スキル。失敗テストの設計、最小実装、リファクタを反復し、品質と速度を両立する。Anchors:• Test-Driven Development: By Example / 適用: RGRサイクル / 目的: 反復の規律• Refactoring (Martin Fowler) / 適用: 改善手順 / 目的: 振る舞い維持• xUnit Test Patterns / 適用: テスト設計 / 目的: 表現の一貫性Trigger:Use when focusing on the red-green-refactor cycle, coaching TDD execution, or reviewing cycle quality.red-green-refactor, TDD cycle, failing test, minimal implementation, refactoring
2026-01-05
tidy-first.md
2
1 export tidy-first
2 Fortiz2305 from "Fortiz2305/dotfiles"
3 Execute structural refactoring with test verification before behavioral changes - use when tidying code before features, cleaning up duplication, or improving clarity
2026-01-05
matrix-builds.md
2
1 export matrix-builds
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actionsマトリックスビルド戦略設計・最適化スキル。複数OS、バージョン、環境での並列テストを実現。Anchors:• GitHub Actions Documentation / 適用: strategy.matrix / 目的: 並列CI/CD• GitHub Actions Workflow Syntax / 適用: include/exclude / 目的: 条件付きビルドTrigger:Use when configuring matrix builds, multi-environment testing, CI parallelization,dynamic matrix generation, or optimizing max-parallel settings.
2026-01-05
code-review-checklist.md
2
1 export code-review-checklist
2 phrazzld from "phrazzld/claude-config"
3 Apply comprehensive code review checklist covering purpose, design, quality, correctness, security, performance, testing, and documentation. Use when reviewing pull requests, conducting code reviews, or self-reviewing changes before committing.
2026-01-05
environment-isolation.md
2
1 export environment-isolation
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 環境分離とアクセス制御スキル。開発・ステージング・本番環境の厳格な分離、環境間Secret共有の防止、最小権限原則の徹底を提供します。Anchors:• Building Secure and Reliable Systems / 適用: Defense in Depth原則 / 目的: 多層防御設計• The Twelve-Factor App / 適用: Config要素とコードの分離 / 目的: 環境変数による設定管理• Railway Secret Management / 適用: 環境グループによるSecret分離 / 目的: 環境別SecretストアTrigger:Use when designing environment isolation strategy, managing secrets across dev/staging/prod environments,implementing access control policies, preventing cross-environment data contamination,or validating environment separation compliance.environment isolation, secret management, access control, Railway secrets, GitHub secrets, security boundaries
2026-01-05