Browse Skills

2258 skills found

api-design.md
0
1 export api-design
2 amattas from "amattas/agentic-coding"
3 Design API endpoints, schemas, and contracts. Use when defining public interfaces or data models.
2026-01-05
global-tech-stack.md
0
1 export global-tech-stack
2 mshafei721 from "mshafei721/Turbocat"
3 Reference the project's defined technology stack including frameworks, languages, databases, testing tools, and deployment infrastructure. Use this skill when making technology decisions or choosing libraries. When working with project configuration files like package.json, requirements.txt, or Gemfile. When setting up new features that need to align with existing technology choices. When onboarding to understand the project's technical foundation. When choosing tools for testing, linting, CI/CD, or third-party services.
2026-01-05
mermaid.md
0
1 export mermaid
2 SecKatie from "SecKatie/katies-ai-skills"
3 Generate diagrams and flowcharts from mermaid definitions using the mermaid-cli (mmdc). Supports themes, custom CSS, and various output formats including SVG, PNG, and PDF. Mermaid supports 20+ diagram types including flowcharts, sequence diagrams, class diagrams, state diagrams, entity relationship diagrams, user journeys, Gantt charts, pie charts, quadrant charts, requirement diagrams, GitGraph, C4 diagrams, mindmaps, timelines, ZenUML, Sankey diagrams, XY charts, block diagrams, packet diagrams, Kanban boards, architecture diagrams, radar charts, and treemaps. This skill is triggered when the user says things like "create a diagram", "make a flowchart", "generate a sequence diagram", "create a mermaid chart", "visualize this as a diagram", "render mermaid code", or "create an architecture diagram".
2026-01-05
frontend-components.md
0
1 export frontend-components
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Structure React 19+ components following best practices for organization, state management, props handling, and code readability with top-down structure and single responsibility principle. Use this skill when creating new React components, refactoring existing components, organizing component logic, managing component state, defining prop interfaces (IComponentProps with I prefix), or implementing component patterns. Apply when working on React component files (*.tsx, *.jsx), Shadcn/ui components, or any frontend component implementations. This skill ensures predictable top-down structure (imports → types/interfaces → component → hooks → derived values → JSX), proper props destructuring with defaults in function signature, manageable component size (split at >300 lines), composition via Shadcn Slot pattern (asChild prop), React 19 patterns (use() hook for promises, useActionState for forms, useOptimistic for immediate feedback), no manual useMemo/useCallback (React Compiler handles memoization), Server Compo
2026-01-05
libraries-dependencies-mastery.md
0
1 export libraries-dependencies-mastery
2 SHAJAR5110 from "SHAJAR5110/Hackathon-II-phase2"
3 Complete mastery of essential modern web development libraries and dependencies. Cover Next.js, React, TypeScript, Tailwind CSS, Firebase, Zustand, redux-toolkit, react-hook-form, Zod, shadcn/ui, lucide-react, Stripe, and more. Learn setup, integration patterns, advanced usage, performance optimization, troubleshooting, common pitfalls, and version management. Includes quick reference guides, in-depth tutorials, complete examples for e-commerce and SaaS, configuration files, type definitions, error handling, and production patterns. Master how libraries work together and solve real-world challenges.
2026-01-05
tokenmilagre-refactoring.md
0
1 export tokenmilagre-refactoring
2 dogespartano-cyber from "dogespartano-cyber/tokenmilagre-platform"
3 Code refactoring methodology (type safety, dead code elimination, patterns). TRIGGERS: 'refatorar', 'refactoring', 'any typescript', 'código duplicado', 'technical debt', 'code quality', 'dead code'. Use when refactoring codebase, analyzing code quality, reducing 'any' usage, eliminating dead code, applying established patterns, technical debt reduction.
2026-01-05
wallet-create-ordinals.md
0
1 export wallet-create-ordinals
2 b-open-io from "b-open-io/1sat-skills"
3 Mint new ordinals/NFTs on BSV blockchain using js-1sat-ord SDK. Inscribe images, text, or files as permanent on-chain assets.
2026-01-05
skill-updater.md
0
1 export skill-updater
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Updates skills during project work according to their contracts. Adds references, improves explanations, and refines examples while respecting skill boundaries. Use when discovering patterns, encountering edge cases, or finding better ways to explain skill concepts. Works with skills that have Skill Contracts defined by skill-contract-generator.
2026-01-05
hubspot-crm.md
0
1 export hubspot-crm
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when syncing contacts or lists to HubSpot CRM. Automatically uses HUBSPOT_API_TOKEN from environment.
2026-01-05
ui-theme.md
0
1 export ui-theme
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Design token system using Style Dictionary with Tailwind CSS v4 integration.Centralizes design tokens in JSON format, outputs CSS variables mapped to @theme block.Reference for implementing consistent theming across UI components.
2026-01-05
tokenmilagre-api-integrations.md
0
1 export tokenmilagre-api-integrations
2 dogespartano-cyber from "dogespartano-cyber/tokenmilagre-platform"
3 External API integrations (Perplexity AI, Gemini, Binance, CoinGecko). TRIGGERS: 'API', 'Perplexity', 'Gemini', 'Binance', 'CoinGecko', 'rate limit', 'API error'. Use when implementing API connections, handling rate limits, error recovery, and data transformation patterns.
2026-01-05
diagrammer-tailwind-style.md
0
1 export diagrammer-tailwind-style
2 Kazan from "Kazan/diagrammer"
3 MANDATORY for any web UI or styling change. Must be followed whenever touching web/src UI, layout, or CSS. Absolutely no shadows, glows, or flares; keep everything flat and token-driven.
2026-01-05
design-system.md
0
1 export design-system
2 dogespartano-cyber from "dogespartano-cyber/tokenmilagre-platform"
3 Use this skill when styling pages, creating components, working with CSS variables, design patterns, or applying the Token Milagre visual identity. Contains spacing rules, color system, card effects, and component patterns.
2026-01-05
setup-github-app.md
0
1 export setup-github-app
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide users through creating and configuring a GitHub App for workspace authentication. Use when setting up GitHub App authentication for happy-little-claude-coders, creating github-app-credentials secret, or configuring automatic token refresh.
2026-01-05
code-conventions.md
0
1 export code-conventions
2 shiroinock from "shiroinock/ts-template"
3 Defines project-wide code conventions for magic number elimination, constant usage, performance optimization, and type safety. Use when implementing, testing, or reviewing code to ensure consistency across the codebase.
2026-01-05
postgres-schema-design.md
0
1 export postgres-schema-design
2 MUmerRazzaq from "MUmerRazzaq/fast-next-todo"
3 PostgreSQL schema design with SQLModel. Use when designing database schemas, creating ERDs, defining models, planning migrations, or reviewing table structures. Triggers on tasks involving database tables, relationships, indexes, or data modeling for PostgreSQL.
2026-01-05
color-scale.md
0
1 export color-scale
2 dylantarre from "dylantarre/design-system-skills"
3 Generates perceptually uniform OKLCH color palettes from brand colors. Use when creating color systems, theme palettes, or converting hex values to 11-step scales. Outputs CSS custom properties, Tailwind config, or JSON tokens.
2026-01-05
agent-authoring.md
0
1 export agent-authoring
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for authoring, designing, building, writing, and developing specialized AI agents. Use when creating, updating, reviewing, or improving agents that handle specific tasks with focused expertise. Helps design AGENT.md files, choose models (Sonnet/Haiku/Opus), define focus areas, configure tool restrictions, and decide between agents, skills, and commands. Expert in agent validation, best practices, and troubleshooting.
2026-01-05
gpu.md
0
1 export gpu
2 atrawog from "atrawog/bazzite-ai-plugins"
3 GPU monitoring and performance metrics for Ollama inference. Check GPUstatus, VRAM usage, loaded models, and inference performance metricslike tokens per second.
2026-01-05
mechinterp-overview.md
0
1 export mechinterp-overview
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Quick "first look" overview of SAE features - top tokens, activation stats, weapons, families, sample contexts
2026-01-05
minimal-modeling.md
0
1 export minimal-modeling
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when designing database schemas from business requirements, translating vague requirements into concrete SQL definitions, or validating database designs with non-technical stakeholders. Provides a systematic methodology that decouples logical business modeling from physical implementation to reduce cognitive load and ensure business-driven design.
2026-01-05
github-actions-security-patterns-hub.md
0
1 export github-actions-security-patterns-hub
2 adaptive-enforcement-lab from "adaptive-enforcement-lab/claude-skills"
3 Complete security patterns for GitHub Actions covering action pinning, GITHUB_TOKEN permissions, third-party action risks, secret management, and runner security.
2026-01-05
backend-models.md
0
1 export backend-models
2 overtimepog from "overtimepog/AgentTheo"
3 Define database models, schemas, and ORM mappings with proper relationships, constraints, and data integrity rules. Use this skill when creating or modifying ORM model classes, database schema definitions, model relationships, validators, or working with files like models.py, schema.prisma, entity classes, or Sequelize/TypeORM/ActiveRecord model definitions. Apply this skill when defining primary keys, foreign keys, indexes, unique constraints, timestamps, or when implementing model validation logic, serializers, and data type mappings. This skill ensures models follow naming conventions, include appropriate database constraints, define clear relationships with cascade behaviors, balance normalization with performance needs, and maintain data integrity at both the model and database levels.
2026-01-05
Create LaTeX Notes.md
0
1 export Create LaTeX Notes
2 mandrianova from "mandrianova/create-latex-notes"
3 Generate structured LaTeX exam cheat sheets from course materials. Extracts key concepts, definitions, formulas from PDFs, Jupyter notebooks, and markdown files. Compiles to PDF with error checking.
2026-01-05