Searching...
Searching...
Found 122398 results
alex-ilgayev
Automates creation of well-structured GitHub issues for MCPSpy using gh CLI with feat/chore/fix prefixes and appropriate detail levels.
alex-ilgayev
Manages Go testing tasks including execution, creation, and failure resolution, following MCPSpy conventions with require and assert.
ibelick
Optimizes web animation performance by resolving rendering and frame rate issues in frontend applications.
ibelick
Automates correction of common accessibility violations in web applications to meet WCAG standards and enhance user experience for all.
ibelick
Ensures data assets have accurate and complete metadata, enhancing data usability and integrity for processing and delivery.
ibelick
Enforces a consistent UI design baseline to prevent inconsistent AI-generated interfaces, ensuring adherence to predefined aesthetic and functional standards.
skills-directory
Provides CLI utilities for Codex commands (exec, resume) and supports code analysis, refactoring, and automated editing via OpenAI Codex.
jasonkneen
Breaks down technical designs into sequenced, dependency-aware coding tasks to enable systematic feature development and incremental progress.
jasonkneen
Transforms approved requirements into detailed technical designs, including system architecture, component interactions, and data models to guide implementation.
jasonkneen
Transforms vague feature ideas into clear, testable requirements using EARS format, including user stories and acceptance criteria validation.
jasonkneen
Teaches context-first prompting, iterative refinement, and validation techniques to optimize AI code assistant interactions for development tasks.
jasonkneen
Provides strategies for diagnosing and resolving common development issues from spec-reality divergence, dependency blocks, and unclear requirements.
jasonkneen
Guides feature development through structured Requirements, Design, and Tasks phases to reduce ambiguity and improve solution quality for AI-assisted development.
jasonkneen
Provides comprehensive testing and validation strategies for spec-driven development, including phase-specific techniques and quality gates.
jasonkneen
Generates project-specific development standards, Git workflows, and technology guidelines as comprehensive steering documents in the .kiro/steering/ directory.
citypaul
Enforces type safety and code quality through TypeScript strict mode patterns for any TypeScript project.
citypaul
Verifies test effectiveness by introducing code mutations to identify weak or missing tests in branch code.
citypaul
Assesses code for refactoring opportunities post-test (GREEN phase), identifying patterns to enhance structure without changing functionality.
citypaul
Captures and documents codebase expectations and learning for effective team collaboration and onboarding.
citypaul
Enforces Test-Driven Development for all code changes, ensuring tests precede implementation to maintain quality and reliability.
citypaul
Breaks complex tasks into small, validated increments for effective project execution and progress tracking.
citypaul
Provides framework-agnostic patterns for behavior-driven UI testing using DOM Testing Library, suitable for any front-end application.
citypaul
Enables immutable data transformations and logic using functional programming patterns in software development.
citypaul
Provides testing utilities for React components, hooks, and context using React Testing Library patterns.