Browse and install Claude Skills to enhance your development workflow. Currently showing 396 skills.
This Claude Skill performs automated code style audits with auto-fix capabilities to enforce coding conventions across your entire codebase. It identifies style violations, validates formatting and naming conventions, and applies safe automated corrections. Use it for comprehensive style enforcement and maintaining consistent code quality throughout development.
/plugin add https://github.com/DNYoussef/ai-chrome-extension/tree/main/when-auditing-code-style-use-style-audit
The stream-chain skill enables multi-agent pipelines and sequential workflows by chaining JSON streams between processing steps. It provides both custom chains for flexible prompt sequences and predefined pipelines for common tasks, allowing each agent to receive the previous step's complete output. Use it for complex data transformations and coordinated multi-agent processing in Claude Code workflows.
/plugin add https://github.com/DNYoussef/ai-chrome-extension/tree/main/stream-chain
The SPARC methodology provides a systematic development framework with 17 specialized modes for comprehensive software development from specification to completion. It integrates multi-agent orchestration to handle complex development workflows including architecture design, testing, and deployment. Use this skill when you need structured guidance throughout the entire development lifecycle with automated agent coordination.
/plugin add https://github.com/DNYoussef/ai-chrome-extension/tree/main/sparc-methodology
This skill orchestrates a complete REST API development workflow using multi-agent coordination across backend, database, testing, and DevOps. It implements a structured 2-week timeline with a Test-Driven Development approach. Use it for end-to-end API projects requiring coordinated planning, development, testing, and deployment.
/plugin add https://github.com/DNYoussef/ai-chrome-extension/tree/main/sop-api-development
This skill provides an intelligent bug-fixing workflow that systematically identifies root causes using deep analysis and multi-model reasoning. It then generates fixes through Codex auto-fix and validates them with comprehensive testing and regression analysis. Use this skill for methodical debugging that combines automated fixes with thorough validation.
/plugin add https://github.com/DNYoussef/ai-chrome-extension/tree/main/smart-bug-fix
This Claude Skill helps developers create custom Claude Code Skills with proper YAML frontmatter and directory structure. It generates production-ready skill templates following Claude's specification for autonomous discovery across all surfaces. Use it when building custom workflows or when you need to understand the Claude Skills architecture.
/plugin add https://github.com/DNYoussef/ai-chrome-extension/tree/main/skill-builder
This Claude Skill performs comprehensive security auditing by combining static code analysis, dynamic testing, dependency vulnerability scanning, secrets detection, and OWASP compliance checking. It uses coordinated agents in a sequential workflow with validation gates between analysis phases. Use this skill when you need to conduct security audits, vulnerability scans, or penetration tests.
/plugin add https://github.com/DNYoussef/ai-chrome-extension/tree/main/when-auditing-security-use-security-analyzer
The sandbox-configurator skill automatically configures Claude Code sandbox security settings with file system and network isolation boundaries. It specializes in setting up secure execution environments by managing permissions, network policies, and access controls. Use this skill when you need to establish secure isolation boundaries for your code execution sandbox.
/plugin add https://github.com/DNYoussef/ai-chrome-extension/tree/main/sandbox-configurator
This research-driven planning skill performs comprehensive requirements analysis and risk mitigation using multi-agent consensus and 5x pre-mortem cycles. It generates validated, risk-mitigated plans with <3% failure confidence for parallel implementation teams. Use it when starting new features or projects requiring evidence-based technology selection and thorough planning before development begins.
/plugin add https://github.com/DNYoussef/ai-chrome-extension/tree/main/research-driven-planning
ReasoningBank Intelligence enables AI agents to implement adaptive learning by recording experiences, recognizing patterns, and optimizing their strategies over time. Use this skill when building self-learning agents, optimizing complex workflows, or implementing meta-cognitive systems that require continuous improvement. It provides persistent learning capabilities through integrations like AgentDB.
/plugin add https://github.com/DNYoussef/ai-chrome-extension/tree/main/reasoningbank-intelligence
This skill implements ReasoningBank adaptive learning using AgentDB's high-performance vector database for building self-improving AI agents. It provides trajectory tracking, verdict judgment, memory distillation, and pattern recognition capabilities to optimize decision-making. Use it when creating self-learning agents or implementing experience replay systems that require fast memory access and pattern retrieval.
/plugin add https://github.com/DNYoussef/ai-chrome-extension/tree/main/reasoningbank-agentdb
The prompt-architect skill is a framework for creating, analyzing, and refining prompts for AI systems like Claude and ChatGPT. It applies evidence-based techniques, including structural optimization and anti-pattern detection, to improve prompt effectiveness. Use it when developing new prompts or optimizing existing ones for language models.
/plugin add https://github.com/DNYoussef/ai-chrome-extension/tree/main/prompt-architect
This Claude Skill performs comprehensive pre-deployment validation to ensure code is production-ready. It runs a complete audit pipeline including security scans, performance benchmarks, and documentation checks. Use it as a final deployment gate to generate a deployment checklist and verify all production requirements are met.
/plugin add https://github.com/DNYoussef/ai-chrome-extension/tree/main/production-readiness
This enterprise-grade PowerPoint generation skill creates professional presentations requiring consistent visual quality and accessibility compliance. It implements an html2pptx workflow with spatial layout optimization and validation gates for complex, multi-source data integration. Use it for generating 30+ slide decks like board reports and analyses with enforced workflow constraints.
/plugin add https://github.com/DNYoussef/ai-chrome-extension/tree/main/pptx-generation
This skill provides SQLite database patterns using better-sqlite3 with prepared statements for secure CRUD operations. It implements key features including nanoid primary keys, Unix timestamp management, and user-scoped queries with row-level security. Use this when building applications that require structured database interactions with security best practices.
/plugin add https://github.com/spences10/devhub-crm/tree/main/database-patterns
This Claude Skill provides component testing for Svelte 5 using Vitest browser mode and real Playwright browsers. It enables testing with semantic locators, accessibility patterns, and reactive state interactions. Use it when you need reliable browser-based component tests with auto-retrying queries and real user interactions.
/plugin add https://github.com/spences10/devhub-crm/tree/main/component-testing-patterns
This Claude Skill provides Better-auth integration patterns for implementing authentication features like login, registration, and protected routes. It includes guarded queries/forms for protected endpoints and handles email verification requirements. Key principles include using `getRequestEvent()` for cookie access and placing redirects outside try/catch blocks since they throw errors.
/plugin add https://github.com/spences10/devhub-crm/tree/main/auth-patterns
This skill provides universal development principles for task division, scope determination, testing, and dependency management. It ensures consistent quality standards across all programming languages and frameworks through systematic approaches to code review and architectural decisions. Use it when starting development tasks, planning implementation, or establishing testing strategies.
/plugin add https://github.com/KubrickCode/ai-config-toolkit/tree/main/work-execution-principles
This Claude Skill provides comprehensive TypeScript development expertise focused on ensuring type safety and implementing clean code patterns. It specializes in advanced type system features including generics, conditional types, and complex type transformations. Use it when working with TypeScript files, designing type-safe APIs, resolving type errors, or optimizing type performance in large codebases.
/plugin add https://github.com/KubrickCode/ai-config-toolkit/tree/main/typescript
This Claude Skill provides Jest-based TypeScript testing expertise, offering best practices for test structure, mocking strategies, async handling, and coverage optimization. It specializes in unit/integration testing, Jest mocking patterns, snapshot testing, and UI component testing with Testing Library. Use it when writing TypeScript test files, structuring tests, implementing mocks, or configuring Jest for TypeScript projects.
/plugin add https://github.com/KubrickCode/ai-config-toolkit/tree/main/typescript-test
This skill provides comprehensive REST API design standards and implementation guidance for developers. It covers essential patterns including URL structure, HTTP methods, status codes, pagination, filtering, error handling, and API versioning. Use it when designing API endpoints, implementing consistent response structures, or documenting APIs with OpenAPI/Swagger.
/plugin add https://github.com/KubrickCode/ai-config-toolkit/tree/main/rest-api
This skill provides React development standards and best practices for building high-quality components. It covers functional components, hooks usage, state management, performance optimization, and accessibility compliance. Use it when developing React components, creating custom hooks, or implementing TypeScript integration for type-safe components.
/plugin add https://github.com/KubrickCode/ai-config-toolkit/tree/main/react
This skill provides comprehensive project structure guidelines and best practices for organizing codebases across various project types. It offers standardized directory patterns for monorepos, web frameworks, backend services, and libraries to ensure scalable, maintainable architecture. Use it when designing new project structures, organizing monorepo workspaces, or establishing code organization conventions for teams.
/plugin add https://github.com/KubrickCode/ai-config-toolkit/tree/main/project-structure
This skill provides Next.js architecture expertise focused on App Router patterns and implementation guidance. It enforces BFF architecture, Server/Client Component strategies, and optimal data fetching with caching. Use it when implementing Server Actions, streaming SSR, route handlers, or performance optimization in Next.js 15.5+ applications.
/plugin add https://github.com/KubrickCode/ai-config-toolkit/tree/main/nextjs