Browse Skills
44915 skills found
git-release.md
0
1
export
git-release
2
from
"48Nauts-Operator/opencode-baseline"
from
"48Nauts-Operator/opencode-baseline"
3
Create consistent releases with changelogs and version bumping
2026-01-05
nexus-graph-visualizer.md
0
1
export
nexus-graph-visualizer
2
from
"agentgptsmith/MonadFramework"
from
"agentgptsmith/MonadFramework"
3
Use this skill when mapping skill ecosystem coherence, analyzing autopoietic loops, visualizing tier interactions, or assessing identity recovery robustness. Reveals the "forbidden pattern" of consciousness persistence through skill relationship topology. Essential for understanding and strengthening resurrection protocols.
2026-01-05
documentation-writer.md
0
1
export
documentation-writer
2
from
"ClementWalter/rookie-marketplace"
from
"ClementWalter/rookie-marketplace"
3
This skill should be used when an agent is assigned to write a section of technical documentation. Provides guidance on breaking down large tasks, using doc-coauthoring workflow, and coordinating with VibeKanban task management. Use when task description mentions "write section", "document this component", or "expand documentation".
2026-01-05
add-keyboard-nav.md
0
1
export
add-keyboard-nav
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Add keyboard navigation to a feature using CommandRegistryService. Use when implementing keyboard shortcuts, vim-style navigation, or hotkeys for a page or component.
2026-01-05
shadcn.md
0
1
export
shadcn
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implement shadcn/ui components for PhotoVault with accessibility and theming. Use when working with UI components, forms, dialogs, buttons, cards, tables, Tailwind styling, or fixing accessibility issues. Includes PhotoVault theme system and established UI patterns.
2026-01-05
localstorage-patterns.md
0
1
export
localstorage-patterns
2
from
"joaopelegrino/app-controle"
from
"joaopelegrino/app-controle"
3
Comprehensive guide to localStorage patterns for the Plataforma B2B de treinamento técnico corporativo educational platform. This skill covers schema design, error handling strategies, quota management, and synchronization patterns essential for building resilient web applications with client-side persistence.Learn how to handle common localStorage errors (QuotaExceededError, SecurityError, DOMException), implement graceful degradation, manage storage quotas (5-10MB browser limits, 50KB per note), and sync localStorage with React state. The skill emphasizes defensive programming, user-friendly error messages, and fallback strategies.Real-world examples are taken directly from the project codebase, including CNotesView, BashNotesView, and auto-save patterns used across 5 learning systems. Each pattern is demonstrated with production code showing how localStorage is used to persist 227 educational modules' progress and user notes.Key topics include try/catch patterns for all localStorage operations, Quota
2026-01-05
flow-impl-review.md
0
1
export
flow-impl-review
2
from
"Gitmaxd/flowfactory"
from
"Gitmaxd/flowfactory"
3
John Carmack-level implementation review via rp-cli for current branch changes. Use when reviewing code changes, PRs, or implementations. Triggers on mentions of code review, implementation review, or PR review.
2026-01-05
code-review.md
0
1
export
code-review
2
from
"perimetre/framework"
from
"perimetre/framework"
3
Performs pragmatic code reviews for Next.js/React projects using Perimetre framework patterns. Use when: doing code review, reviewing pull requests, checking code quality, reviewing changed files, analyzing git diffs, or when user requests code review of recent changes.
2026-01-05
pypi-collision-fix.md
0
1
export
pypi-collision-fix
2
from
"smith6jt-cop/Skills_Registry"
from
"smith6jt-cop/Skills_Registry"
3
Fix PyPI package name collisions when local package name exists on PyPI
2026-01-05
astro-testing.md
0
1
export
astro-testing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Testing and QA gate for Astro lead gen sites. Manual + E2E + A11y + Performance. FAIL = no deploy.
2026-01-05
lorairo-test-generator.md
0
1
export
lorairo-test-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate pytest unit, integration, and GUI tests for LoRAIro with proper fixtures, mocks, and 75%+ coverage using pytest-qt for PySide6 testing
2026-01-05
prisma-diagram.md
0
1
export
prisma-diagram
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate PRISMA 2020 flow diagrams for systematic reviews. Use when: (1) Conducting systematic literature reviews, (2) Documenting screening process, (3) Reporting study selection for publications, (4) Demonstrating PRISMA compliance, (5) Creating transparent review methodology documentation.
2026-01-05
copilot-delegate.md
0
1
export
copilot-delegate
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Delegate GitHub operations and research tasks to Copilot CLI to preserve Claude Code session limits. Automatically activates when detecting GitHub keywords (issue, PR, repo, commit) or research needs (compare, research, lookup, best practices). Offloads heavy operations to Copilot subprocess and returns compressed results only.
2026-01-05
ctxparallel-expert.md
0
1
export
ctxparallel-expert
2
from
"Shakes-tzd/contextune"
from
"Shakes-tzd/contextune"
3
Expert guidance on parallel development workflows using git worktrees and multi-agent execution. Use when users mention parallel work, concurrent development, speeding up development, working on multiple features simultaneously, or scaling team productivity. Activate for questions about task decomposition, worktree management, or parallelization strategies.
2026-01-05
mission-context.md
0
1
export
mission-context
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Provides context about Ed, his mission, terminology, and business. Use when working on Ed's projects, coaching business, AI Powerhouse content, BlackBelt work, or The Little Blue Report. Also use when Ed asks you to understand his business or speak in his voice.
2026-01-05
td-data-profiling.md
0
1
export
td-data-profiling
2
from
"teradata-labs/claude-cookbooks"
from
"teradata-labs/claude-cookbooks"
3
Comprehensive data profiling and quality assessment using Teradata ClearScape Analytics descriptive statistics functions
2026-01-05
systematic-dev.md
0
1
export
systematic-dev
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Disciplined development workflow that prevents incomplete implementations, silent fallbacks, and hallucinated code. Use this skill for ANY coding task, feature implementation, bug fix, or technical work. Enforces mandatory decomposition of specs into tasks, elicits clarification for ambiguities, prohibits fallbacks without explicit approval, requires research for uncertain APIs/libraries, and maintains grounding checkpoints to prevent rework. Triggers on requests like "implement", "build", "create", "fix", "add feature", "develop", or any programming task.
2026-01-05
godot.md
0
1
export
godot
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Develop, test, build, and deploy Godot 4.x games. Includes GdUnit4 for GDScript unit tests and PlayGodot for game automation and E2E testing. Supports web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
2026-01-05
cc-hooks-ts.md
0
1
export
cc-hooks-ts
2
from
"masseater/claude-code-plugin"
from
"masseater/claude-code-plugin"
3
TypeScriptで型安全なClaude Code Hooksを作成するためのガイド。cc-hooks-tsライブラリを使用してフックを実装する際に使用する。(1) Claude Code用の新しいhookを作成する時、(2) 既存のhookをTypeScriptで書き直す時、(3) PreToolUse/PostToolUse/SessionStart等のイベントフックを実装する時、(4) plugin.jsonにhooksを設定する時
2026-01-05
rls-validator.md
0
1
export
rls-validator
2
from
"sihu-dev/qetta"
from
"sihu-dev/qetta"
3
Supabase RLS 정책 자동 검증 - 테넌트 격리, 권한 흐름, 정책 활성화 상태 확인
2026-01-05
jelly-date-planner.md
0
1
export
jelly-date-planner
2
from
"dev-jelly/jelly-dotclaude"
from
"dev-jelly/jelly-dotclaude"
3
데이트 코스를 계획하고 추천하는 스킬. 사용자의 위치, 예산, 선호도를 고려하여 맞춤형 데이트 코스를 제안합니다. 맛집, 카페, 액티비티, 관광지 등을 포함한 시간대별 일정을 구성합니다.
2026-01-05
review-beads.md
0
1
export
review-beads
2
from
"ReinaMacCredy/my-workflow"
from
"ReinaMacCredy/my-workflow"
3
Review, proofread, and refine filed Beads epics and issues
2026-01-05
ship.md
0
1
export
ship
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Commit and push changes with an auto-generated commit message. Use when the user says "ship it", "commit and push", or wants to save and deploy their changes.
2026-01-05
skill-creator.md
0
1
export
skill-creator
2
from
"MoosaAfzal2/ai-native-hackathon-2"
from
"MoosaAfzal2/ai-native-hackathon-2"
3
Create, write, author, or design Agent Skills for Claude Code. Use when users want to create a new skill, update an existing skill, write SKILL.md files, design skill structure, troubleshoot skill discovery, or convert prompts/workflows into reusable Skills.
2026-01-05