9183 results (87.4ms) page 45 / 460
bybren-llc / safe-agentic-workflow-safe-workflow exact

SAFe development workflow guidance including branch naming conventions, commit message format, rebase-first workflow, and CI validation. Use when starting work on a Linear ticket, preparing...

AsyrafHussin / agent-skills-php-best-practices exact

PHP 8.5+ modern patterns, PSR standards, and SOLID principles. Use when reviewing PHP code, checking type safety, auditing code quality, or ensuring PHP best practices. Triggers on "review PHP",...

zartin790 / llm-system-template-agents-skills-patterns-tools-prompts-internal-comms exact

A set of resources to help me write all kinds of internal communications,

alinaqi / claude-bootstrap-code-deduplication exact

Prevent semantic code duplication with capability index and check-before-write

julianobarbosa / claude-code-skills-precommit exact

Pre-commit hooks framework for multi-language code quality automation. USE WHEN setting up pre-commit OR configuring git hooks OR adding linting OR code formatting OR security scanning OR...

OmidZamani / dspy-skills-dspy-custom-module-design exact

This skill should be used when the user asks to "create custom DSPy module", "design a DSPy module", "extend dspy.Module", "build reusable DSPy component", mentions "custom module patterns",...

Bbeierle12 / skill-mcp-claude-scientific-documentation exact

Generate comprehensive scientific research-style documentation for completed coding projects. Use when the user requests project documentation, a technical breakdown, a study paper, a lecture...

omer-metin / skills-for-antigravity-agent-tool-builder exact

Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than...

shinpr / claude-code-workflows-subagents-orchestration-guide exact

Guides subagent coordination through implementation workflows. Use when orchestrating multiple agents, managing workflow phases, or determining autonomous execution mode. Defines scale...

parcadei / continuous-claude-v3-qlty-check exact

Code quality checks, formatting, and metrics via qlty CLI

tdd 0.00
parcadei / continuous-claude-v3-tdd exact

Test-driven development workflow with philosophy guide - plan β†’ write tests β†’ implement β†’ validate