- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
mysql-best-practices
by jcastillotx
MySQL database development standards. Triggers when working with MySQL databases, queries, schema design, or optimization.
react-guidelines
by StefanMermans
Crucial info when dealing with a React project, these guidelines must always be followed in react contexts.
beltic-kya
by belticlabs
Guidance for working with the Beltic KYA (Know Your Agent) ecosystem - a credential-based trust framework for AI agents. Use when: (1) Working in any Beltic repository (beltic-spec, beltic-cli, beltic-sdk, fact-python, kya-platform, wizard, nasa), (2) Implementing agent credential signing/verification, (3) Using @belticlabs/kya SDK or beltic-sdk Python, (4) Understanding agent safety certification, (5) Working with verifiable credentials for AI. Triggers on: Beltic CLI commands, agent credentials, HTTP message signatures (RFC 9421), safety scores, KYB tier verification, trust chain validation.
ilspy-decompile
by carsten-j
Understand implementation details of .NET code by decompiling assemblies. Use when the user wants to see how a .NET API works internally, inspect NuGet package source, view framework implementation, or understand compiled .NET binaries.
agile-product-owner
by nimeshgurung
Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and velocity tracking. Use for story writing, sprint planning, stakeholder communication, and agile ceremonies.
reviewing-server-actions
by djankies
Review Server Actions for security, validation, and best practices in React 19. Use when reviewing forms, mutations, or server-side logic.
validation
by leobrival
Modular validation system for Claude Code hooks. Provides security command validation (PreToolUse), TypeScript type checking (PostToolUse), and lint checking (PostToolUse). Includes configurable security patterns, multi-linter detection, webhook notifications, and structured logging. Use when setting up or troubleshooting Claude Code validation hooks.
umbraco-mcp-dev-ops
by NikiSkaarup
Guide Claude to perform Umbraco developer and ops tasks via MCP tools safely.
leetcode-teaching
by reyronald
Teaches users to understand and solve LeetCode problems through guiding questions, hints, and constructive feedback rather than direct solutions. Also generates minimal solution markdown files containing only the user's existing code. Use when the user asks for help with a LeetCode problem, requests hints or guidance, wants their solution reviewed, asks about time or space complexity, is stuck on an algorithm or data structure problem, or needs a solution markdown file generated.
find-skills
by Alicoder001
Skill discovery and selection utility. Use when you need to find relevant skills from the Alicoder001/agent-skills repository based on project needs and technology stack.
react
by vainjs
TypeScript/React code standards. Use when writing or reviewing React components, hooks, or TypeScript code.
doc-generator-strategy
by samChang72
Use when generating or improving user manuals or documentation strategies. Focuses on Code-First Analysis, Process Restoration, and Structured Standards.
implementing-server-actions
by djankies
Teaches Server Actions in React 19 for form handling and data mutations. Use when implementing forms, mutations, or server-side logic. Server Actions are async functions marked with 'use server'.
redfin-real-estate
by rms1000watt
Query Redfin.com for real estate prices and property listings in any area. Use this skill when the user wants to find homes for sale, get property prices, or search real estate listings by location with filters.
fe-test
by ingpdw
Vitest + React Testing Library 기반 테스트 코드를 생성하는 스킬. 단위 테스트, 컴포넌트 테스트, 훅 테스트, 통합 테스트, MSW 목 설정 등. "테스트", "test", "테스트 작성", "테스트 코드", "유닛 테스트" 등의 요청 시 사용.
scaffold
by biruk741
Initialize and scaffold the complete monorepo project structure based on the technology stack and architecture decisions. Sets up the frontend, backend, shared packages, configuration, dev scripts, and a working hello-world across the full stack. Use when the team is ready to start coding and the stack and architecture are decided. Also use when someone says "set up the project", "scaffold this", "initialize the repo", or "let's start building". This skill creates a production-quality project foundation, not just boilerplate.
testing-unit-integration
by agdev
Expert guidance for writing clean, simple, and effective unit, integration, component, microservice, and API tests. Use this skill when reviewing existing tests for violations, writing new tests, or refactoring tests. NOT for end-to-end tests that span multiple processes - use testing-e2e skill instead. Covers AAA pattern, data factories, mocking strategies, DOM testing, database testing, and assertion best practices.
idml
by sungkhum
"Comprehensive Adobe InDesign IDML creation, editing, and analysis. Use when working with .idml files to unpack, inspect, modify stories or spreads, preserve layout structure, validate packages, or generate IDML from InDesign exports."
vm-bug-hunter
by zeal422
Detects actual programming errors including syntax, runtime, logical, semantic, linker, resource, security, type, and index/attribute errors. Auto-detects language and focuses on legitimate bugs, not hallucinations.
typescript-performance-review
by bromanko
This skill should be used when the user asks to "review performance", "optimize TypeScript", "TypeScript performance", "performance audit", "find bottlenecks", "improve efficiency", or wants analysis of TypeScript code performance focusing on runtime hotspots, rendering efficiency, and data handling.
vm-code-refactor
by zeal422
Intelligent code refactoring based on best practices. Detects code smells, applies design patterns, improves readability, enforces SOLID principles, and optimizes performance. Auto-detects framework and generates comprehensive refactoring plans.
fe-debug
by ingpdw
React/Next.js 앱의 에러를 진단하고 디버깅하는 스킬. Error Boundary, 에러 추적, 일반적인 React/Next.js 에러 해결, 런타임 디버깅 등. "디버깅", "debug", "에러", "error", "버그", "안돼", "오류", "트러블슈팅" 등의 요청 시 사용.
auth-setup
by Chloezhu010
Adds Supabase Auth (magic link) and configures Resend as the SMTP provider for production email delivery. Writes middleware for Next.js and an AuthContext provider for Vite, adds RLS policies, and validates the login flow. Called by the vibe-ship orchestrator.
error-recovery
by BaxterCooper
Use when tasks fail due to transient errors. Provides structured retry strategies and graceful degradation patterns. Invoke on network errors, rate limits, or intermittent failures.