ワンクリックで
agent-skills-registry
Curated registry of high-quality agent skills and tools. Use for discovering and installing capabilities for AI agents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Curated registry of high-quality agent skills and tools. Use for discovering and installing capabilities for AI agents.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Keeps a wiki for your code that updates itself — reads your git history and docs so you can ask questions about your codebase. Use when the user asks about codebase documentation, architectural decisions, commit history, changelog generation, or maintaining a wiki for their project.
Open-source memory infrastructure for pi agents. Provides peer representations, reasoning, context assembly, dreaming, and hybrid memory (global + project-scoped) capabilities. Use when tracking user preferences, maintaining context across sessions, building peer mental models, or enabling persistent agent memory.
Generic git↔GitHub sync tools. Push/pull subdirectories (subtree) or standalone repos, manage issues/PRs, and work with git worktrees. Works for any org, any directory structure.
Chat UI building blocks for React/Next.js from ui.inference.sh. Components: container, messages, input, typing indicators, avatars. Capabilities: chat interfaces, message lists, input handling, streaming. Use for: building custom chat UIs, messaging interfaces, AI assistants. Triggers: chat ui, chat component, message list, chat input, shadcn chat, react chat, chat interface, messaging ui, conversation ui, chat building blocks
0xKobold's core programming philosophy. Use when writing code, reviewing PRs, or making architectural decisions. Covers DRY, KISS, functional programming, and NASA's 10 coding rules for safety-critical code.
Use when asked to create a new pi package. Scaffolds extensions, skills, prompts, and themes following pi-coding-agent conventions. Also use when creating 0xKobold packages for the packages/ directory.
| name | agent-skills-registry |
| description | Curated registry of high-quality agent skills and tools. Use for discovering and installing capabilities for AI agents. |
| risk | safe |
| source | research |
| date_added | 2026-03-16 |
Curated collection of useful agent skills from skills.sh and major repositories.
# Install a skill
npx skills add owner/repo
# Install specific skill from multi-skill repo
npx skills add vercel-labs/agent-skills react-best-practices
# Clone or download skill
git clone https://github.com/owner/skills.git
# Copy to your skills directory
cp -r skills/skill-name ~/.skills/
| Skill | Source | Use When |
|---|---|---|
find-skills | vercel-labs/skills | Discover relevant skills for a task |
vercel-react-best-practices | vercel-labs/agent-skills | Building React/Next.js apps |
web-design-guidelines | vercel-labs/agent-skills | UI/UX review and auditing |
frontend-design | anthropics/skills | Creating distinctive web interfaces |
| Skill | Source | Use When |
|---|---|---|
supabase-postgres-best-practices | supabase/agent-skills | PostgreSQL optimization |
better-auth-best-practices | better-auth/skills | Authentication implementation |
| Skill | Source | Use When |
|---|---|---|
next-best-practices | vercel-labs/next-skills | Next.js optimization |
remotion-best-practices | remotion-dev/skills | Video generation |
shadcn | shadcn/ui | Component library usage |
| Skill | Source | Use When |
|---|---|---|
audit-website | squirrelscan/skills | Security/performance audits |
systematic-debugging | obra/superpowers | Debugging methodology |
test-driven-development | obra/superpowers | TDD workflow |
| Skill | Source | Use When |
|---|---|---|
writing-plans | obra/superpowers | Creating implementation plans |
executing-plans | obra/superpowers | Following plans step-by-step |
subagent-driven-development | obra/superpowers | Multi-agent workflows |
40+ rules across 8 categories for React/Next.js:
| Category | Priority | Key Rules |
|---|---|---|
| Eliminating waterfalls | Critical | Parallel data fetching, suspense boundaries |
| Bundle size | Critical | Dynamic imports, code splitting |
| Server-side perf | High | Streaming, caching strategies |
| Client data fetching | Medium-High | SWR, React Query patterns |
| Re-render optimization | Medium | Memo patterns, dependency arrays |
| Rendering perf | Medium | Virtualization, layout thrashing |
| JS micro-optimizations | Low-Medium | Avoid inline functions, stable references |
100+ rules for web interface audits:
| Category | Focus Areas |
|---|---|
| Accessibility | aria-labels, semantic HTML, keyboard navigation |
| Focus States | visible focus, focus-visible patterns |
| Forms | autocomplete, validation, error handling |
| Animation | prefers-reduced-motion, compositor transforms |
| Typography | curly quotes, ellipsis, tabular numbers |
Create distinctive, production-grade interfaces:
Design Thinking Process:
Aesthetic Directions:
Typography Guidelines:
Motion Principles:
Anti-Patterns to Avoid:
Workflow-oriented skills:
my-skill/
├── SKILL.md # Main skill file (required)
├── templates/ # Optional templates
├── examples/ # Optional examples
└── resources/ # Optional resources
---
name: my-skill
description: "What this skill does"
risk: safe | medium | high
source: custom
date_added: "2026-03-16"
---
# Skill Name
Brief description of the skill.
## Section 1
Content...
## Section 2
Content...
| Level | Description |
|---|---|
safe | Read-only, math, string operations |
medium | File writes, HTTP requests |
high | Shell commands, deletions, system changes |
| Category | Examples |
|---|---|
| Code Quality | linting-rules, code-review, refactoring |
| Architecture | system-design, api-design, database-design |
| Framework | nextjs, react-native, vue-best-practices |
| Testing | tdd, e2e-testing, unit-testing |
| DevOps | ci-cd, deployment, monitoring |
| Security | owasp-audit, dependency-check, secrets-scanning |
| Performance | bundle-optimization, caching-strategies |
| Documentation | readme-template, api-docs, changelog |
| Domain | Skills |
|---|---|
| Frontend | react-best-practices, tailwind, accessibility |
| Backend | rest-api-design, graphql-patterns, microservices |
| Database | postgres-optimization, redis-patterns |
| DevOps | docker-best-practices, k8s-deployment |
| AI/ML | prompt-engineering, rag-patterns |
writing-plans - Create implementation plansystem-design - Architecture decisionsframework-best-practices - Project setupcode-review - Quality checkstesting-patterns - Test coveragedebugging - Bug fixingaudit-website - Security/perf checkaccessibility - A11y complianceperformance-optimization - Bundle analysissystematic-debugging - Fix issues foundrefactoring-patterns - Improve code qualitydocumentation - Update docsUse this skill when:
# Vercel skills
npx skills add vercel-labs/agent-skills react-best-practices
npx skills add vercel-labs/agent-skills web-design-guidelines
# Anthropic skills
npx skills add anthropics/skills frontend-design
npx skills add anthropics/skills pdf
npx skills add anthropics/skills docx
# obra/superpowers
npx skills add obra/superpowers systematic-debugging
npx skills add obra/superpowers writing-plans
# Other useful skills
npx skills add shadcn/ui shadcn
npx skills add supabase/agent-skills supabase-postgres-best-practices