Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
design-doc-mermaid
Create Mermaid diagrams (activity, deployment, sequence, architecture) from text descriptions or source code. Use when asked to "create a diagram", "generate mermaid", "document architecture", "code to diagram", "create design doc", or "convert code to diagram". Supports hierarchical on-demand guide loading, Unicode semantic symbols, and Python utilities for diagram extraction and image conversion.
majiayu000/claude-skill-registry 163
-
open-props
Use Open Props CSS custom properties for consistent design tokens. Use when setting up design systems, choosing spacing/color values, or wanting battle-tested CSS variables without heavy dependencies.
majiayu000/claude-skill-registry 163
-
requirement-change
Add or modify tasks in Implementation Plan. Use when user proposes new requirements, changes priorities, or adjusts existing task scope.
majiayu000/claude-skill-registry 163
-
forecast-modeling
Use when designing, tuning, or auditing revenue forecast models.
majiayu000/claude-skill-registry 163
-
frontend-for-opus-4.5
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
majiayu000/claude-skill-registry 163
-
exploring-knowledge-graph
Use when user asks "what do you know about X", when planning complex work that spans multiple topics, when investigating how concepts connect across projects, or when simple memory queries don't provide enough context. Deep traversal of Forgetful MCP knowledge graph (mcp__forgetful__* tools).
majiayu000/claude-skill-registry 163
-
design-brand
Use this skill when creating UI components, writing copy, designing layouts, or making any visual/brand decisions for the Planted website. Ensures consistency with Planted's challenger brand voice (inspired by Oatly's approach) and the established design system.
majiayu000/claude-skill-registry 163
-
design-synthesis
Use when user says "synthesize designs", "show design patterns", "UI patterns", "UX patterns", "update design docs", or asks about UI/UX design decisions - generates two markdown files summarizing UI/UX patterns from implemented stories and anti-patterns from rejected or problematic UI/UX stories.
majiayu000/claude-skill-registry 163
-
orchestration-prompts
Write prompts for orchestrator workflows with phases and aggregation. Use when designing multi-phase workflows, writing agent command prompts, or implementing result aggregation patterns.
majiayu000/claude-skill-registry 163
-
ant-design-knowledge-base
Provides comprehensive answers about Ant Design components, documentation, and semantic descriptions using local knowledge base files. Use when asked about Ant Design, React UI components, design system, component semantics, or specific component usage.
majiayu000/claude-skill-registry 163
-
Full Scan
Apply the same operation to all files matching a glob pattern. Use this skill whenever you need to process multiple files systematically, such as fixing guideline violations, unifying code style, or fixing type errors. Always use this skill when working with multiple files that match a pattern.
majiayu000/claude-skill-registry 163
-
pikacss-dev
Comprehensive developer workflow guide for PikaCSS monorepo maintenance, including package architecture, implementation patterns, testing strategies, and release procedures.
majiayu000/claude-skill-registry 163
-
vue-frontend
Composition API vs Options API
majiayu000/claude-skill-registry 163
-
Setting up Hyperspell
Guide the user through integrating Hyperspell into their project
majiayu000/claude-skill-registry 163
-
vue-developer
[Extends frontend-developer] Vue 3 specialist. Use for Vue-specific features: Composition API, script setup, Pinia stores, Vue Router, Nuxt 3 SSR, Vitest. Invoke alongside frontend-developer for Vue projects.
majiayu000/claude-skill-registry 163
-
pocketbase-api-add-field
This skill should be used when the user asks to "add fields to PocketBase collection", "modify PocketBase schema", "add new collection fields", "update PocketBase collection", "PocketBase JavaScript SDK API", "programmatically add PocketBase fields", or mentions modifying PocketBase collection schemas via API. Provides comprehensive guidance for adding fields to existing PocketBase collections using the JavaScript SDK API.
majiayu000/claude-skill-registry 163
-
summon-daem0n
Guide for initializing and consolidating Daem0n-MCP across project structures
majiayu000/claude-skill-registry 163
-
frontend-code-review
Teetsh frontend code review for React/TypeScript PRs. Reviews component architecture, React Query, twin.macro styling, i18n, accessibility, responsive design, and testing. Use for PR reviews to ensure adherence to Teetsh patterns.
majiayu000/claude-skill-registry 163
-
nextjs-fullstack
Next.js fullstack development guidelines for React 19 and Next.js 15+. Use when building Next.js applications with Feature-Sliced Design, TailwindCSS v4, ShadCN, Jotai, React Query, and Supabase integration. Covers file naming, component architecture, testing with Vitest/Playwright, UI/UX design patterns, and Toss frontend principles.
majiayu000/claude-skill-registry 163
-
hallucination-prevention
AIのハルシネーション(幻覚・誤情報生成)を防止するスキル。プロンプトレベル、パラメータレベル、検証レベルの3層防御により、信頼性の高いAI出力を実現。
Anchors:
• Thinking, Fast and Slow (Daniel Kahneman) / 適用: System 1/2思考分離 / 目的: 直感的推測の抑制と論理的検証の強制
• Design by Contract (Bertrand Meyer) / 適用: 入出力契約設計 / 目的: 事前条件・事後条件・不変条件による出力保証
• The Pragmatic Programmer / 適用: 実践的改善と品質維持 / 目的: 段階的検証とフィードバックループ構築
Trigger:
Use when preventing AI hallucinations, ensuring factual accuracy, requiring verifiable outputs, or implementing truth constraints.
hallucination prevention, fact-checking, verification, accuracy, factual output, citation required, ground truth, temperature tuning
majiayu000/claude-skill-registry 163
-
agentuity-cli-cloud-session-list
List recent sessions. Requires authentication. Use for Agentuity cloud platform operations
majiayu000/claude-skill-registry 163
-
architecture-paradigm-microservices
Decompose systems into a suite of small, independently deployable services aligned
to specific business capabilities.
Triggers: microservices, service decomposition, independent deployment, team autonomy,
distributed system, API gateway, service mesh, bounded contexts, polyglot persistence
Use when: teams need high autonomy and independent releases, different capabilities
have distinct scaling needs, strong DevOps/SRE maturity exists, polyglot tech stacks needed
DO NOT use when: selecting from multiple paradigms - use architecture-paradigms first.
DO NOT use when: small team with low organizational complexity.
DO NOT use when: lack of DevOps maturity or limited platform engineering resources.
DO NOT use when: strong transactional consistency required across operations.
Consult this skill when designing or evolving microservices architectures.
majiayu000/claude-skill-registry 163
-
build-design-system
Build a design system from scratch using the Design Graph methodology. Use when starting a component library, creating design tokens, establishing typography scales, or structuring a theme. Based on Brent Jackson's (jxnblk) constraint-based systems.
majiayu000/claude-skill-registry 163
-
redis-state-management
Comprehensive guide for Redis state management including caching strategies, session management, pub/sub patterns, distributed locks, and data structures
majiayu000/claude-skill-registry 163