artifacts-builder
Low Risk 69Build React artifacts with shadcn/ui
by DYAI2025
Building complex artifacts with raw HTML is slow and limited. This skill provides a complete development environment with React, Tailwind CSS, and 40+ pre-built shadcn/ui components. Initialize a project, develop with modern tools, and bundle everything into a single portable HTML file.
system-design
Safe 70Design Systems with EventStorming Methodology
by Dwsy
Transform vague requirements into clear system designs. Use EventStorming methodology to create navigable design catalogs with Mermaid diagrams.
codeconscious-identity
Safe 73Explore codebases with persistent memory
by Dwsy
Understanding large codebases requires time and effort. CodeConscious provides an autonomous cognitive assistant that builds persistent memory across sessions, enabling deep code exploration, pattern recognition, and continuous learning from project history.
ast-grep
Safe 68Search and refactor code with AST patterns
by Dwsy
Traditional text search misses code structure. AST-Grep finds and transforms code using syntax-aware patterns that understand your code's meaning. It searches by AST structure rather than plain text, enabling precise code analysis and large-scale refactoring.
ai-runtime-toolkit
Medium Risk 56Integrate 18 CLI tools with intelligent discovery
by Dwsy
Developers waste time switching between disconnected development tools. This toolkit seamlessly integrates 8 custom AI tools with 10+ popular CLI utilities like ripgrep and jq through a unified discovery system.
using-git-worktrees
Safe 70Create isolated git worktrees for parallel development
by Doyajin174
Managing multiple git branches can clutter your main working directory and make context switching difficult. This skill provides a structured approach to creating isolated git worktrees that let you work on multiple features simultaneously without interference.
typescript-strict
Safe 69Enable TypeScript Strict Mode
by Doyajin174
TypeScript strict mode catches bugs at compile time that would cause runtime errors. This skill helps you configure and enforce strict type checking for safer, more reliable code.
testing-strategy
Safe 69Apply Test-Driven Development Methodology
by Doyajin174
Writing tests after code leads to gaps and missed edge cases. This skill provides a structured TDD workflow with RED-GREEN-REFACTOR cycles, real implementation testing without mocking, and E2E validation using Playwright.
systematic-debugging
Safe 69Find root causes before fixing bugs
by Doyajin174
Bug fixes often fail when they only address symptoms. This four-phase debugging framework ensures you understand the root cause before attempting solutions. Reduces debugging time and prevents recurring issues.
subagent-driven-development
Safe 69Orchestrate Subagents for Development
by Doyajin174
Managing complex implementation plans with multiple subagents is challenging. This skill provides structured templates and workflows to coordinate subagents with built-in code review checkpoints.
software-architecture
Safe 70Design Clean Software Architecture
by Doyajin174
Poor architecture leads to technical debt and difficult maintenance. This skill provides SOLID principles and Clean Architecture patterns to help you build maintainable, testable systems from the start.
safe-edit
Safe 69Automate Safe Code Edits with Backups
by Doyajin174
Code changes can break things and be hard to reverse. This skill automatically creates backups, saves change diffs, and enforces modular code structure before every edit. Your code stays safe and reversible.
performance-vitals
Safe 69Optimize Core Web Vitals performance
by Doyajin174
Poor Core Web Vitals hurt user experience and SEO rankings. This skill provides clear guidelines, code examples, and checklists to achieve optimal LCP, INP, and CLS scores for better user engagement.
no-hardcoding
Safe 69Eliminate Hardcoded Values from Your Codebase
by Doyajin174
Hardcoded values create maintenance nightmares and security risks. This skill helps Claude Code detect and refactor magic numbers, hardcoded strings, URLs, and credentials into properly organized constants and environment variables.
mcp-builder
Low Risk 66Build MCP Servers for Claude Integration
by Doyajin174
Building custom MCP servers requires understanding protocol architecture, transport options, and tool definition patterns. This skill provides structured guidance for creating production-ready MCP servers that connect Claude to external services and APIs.
line-limit
Safe 70Enforce Code File Line Limits
by Doyajin174
Long code files are hard to maintain and understand. This skill automatically checks line counts and helps you split oversized files into manageable, well-organized modules. Keep your codebase clean and navigable.
git-workflow
Safe 69Master Git workflow with conventional commits
by Doyajin174
Developers struggle with inconsistent commit messages and branch naming conventions. This skill provides standardized Git workflows including conventional commits, branch strategies, and pre-completion verification checklists to ensure clean, traceable code changes.
executing-plans
Safe 69Execute implementation plans in safe batches
by Doyajin174
Complex implementation plans often lead to errors when executed all at once. This skill breaks plans into controlled batches with mandatory review checkpoints, ensuring safe incremental progress with architectural oversight.
error-handling
Safe 69Implement error handling patterns in code
by Doyajin174
Poor error handling leads to silent failures, frustrated users, and hard-to-debug issues. This skill provides patterns and best practices for robust error handling in async code, API calls, and React components.
code-review
Safe 70Review code and manage PR feedback
by Doyajin174
This skill streamlines the code review process from both perspectives. It provides templates for creating effective PRs and guidelines for responding to reviewer feedback constructively.