Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

claude-skills

claude-skills には zeon-kun から収集した 30 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
30
Stars
6
更新
2026-04-08
Forks
0
職業カバレッジ
11 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

git-history-restructure
ソフトウェア開発者

Use when auditing a repository's uncommitted or messy changes and restructuring them into clean, logical commits. Enforces zero AI co-author footers and groups related files by domain.

2026-04-08
generate-rules
プロジェクト管理専門家

Converts a structured decisions document into .claude/rules/ files (frontend.md, backend.md, security.md, infra.md). Called by the rules-writer agent after architect or rules-lock interview completes.

2026-04-07
codebase-ingest
ソフトウェア開発者

Systematic codebase analysis — architecture, tech stack, code patterns, brand guidelines, and provider doc health. Produces a structured Codebase Digest consumed by other agents.

2026-03-17
doc-sync
ソフトウェア開発者

Validates and updates provider docs (CLAUDE.md, GEMINI.md, AGENTS.md, WARP.md) for staleness after task execution. Also updates CHANGELOG.md and TASKS.md checklist.

2026-03-17
session-plan
プロジェクト管理専門家コンピュータ・情報システムマネージャー

Token-aware session planning. Takes a list of goals/tasks and produces a prioritized TASKS.md checklist split across sessions based on estimated token usage and complexity.

2026-03-17
save-output
一般事務員

Prompt the user to save the current agent output as a markdown spec file. Handles y/n prompt, target directory selection, filename generation, and file writing. Use at the end of any agent workflow.

2026-03-15
adr
ソフトウェア開発者

Write an Architecture Decision Record (ADR) documenting a technical decision with context, options considered, and rationale. Use when a significant technical decision needs to be documented.

2026-03-13
animation-design
ウェブ開発者

Design animations for React/Next.js components using Framer Motion (Motion) or GSAP. Covers entrances, scroll-triggered reveals, page transitions, stagger effects, and interactive micro-animations. Respects user motion preferences.

2026-03-13
api-design
ソフトウェア開発者

Design a RESTful or GraphQL API with endpoints, schemas, error handling, and versioning strategy. Use when starting a new API or extending an existing one.

2026-03-13
brand-intake
グラフィックデザイナーアートディレクター

Interview the user about their brand guidelines, aesthetics, and design preferences before building any UI. Produces a structured Brand Profile used by all other frontend skills. Always invoke first before design-system-init or component-design.

2026-03-13
breakdown
プロジェクト管理専門家

Decompose an epic or large feature into stories and tasks ready for sprint planning. Produces a structured backlog. Use when given a feature, epic, or milestone to break down.

2026-03-13
changelog
ソフトウェア開発者

Generate a structured changelog from git commits, PR titles, or a list of changes. Follows Keep a Changelog format. Use when preparing a release or documenting what changed.

2026-03-13
ci-pipeline
ソフトウェア開発者

Design and generate a CI/CD pipeline (GitHub Actions, GitLab CI, or generic) with test, build, security scan, and deploy stages. Use when setting up or improving CI/CD for a project.

2026-03-13
code-review
ソフトウェア品質保証アナリスト・テスター

Review code for correctness, security, performance, and maintainability. Produces a structured review with severity-tagged findings. Use when asked to review a PR, file, or code snippet.

2026-03-13
component-design
ウェブ開発者

Design a React component from scratch using shadcn/ui primitives + Tailwind CSS + CVA variants. Respects the project's Brand Profile and design tokens. Produces a complete, typed, accessible component.

2026-03-13
db-schema
データベースアーキテクト

Design a relational or document database schema with tables, relationships, indexes, and migration plan. Use when designing data models for a new feature or service.

2026-03-13
debug
ソフトウェア品質保証アナリスト・テスター

Systematically debug an error, bug, or unexpected behavior. Produces a root cause analysis and fix. Use when given an error message, stack trace, or bug description.

2026-03-13
design-system-audit
ソフトウェア開発者

Scan an existing React/Next.js codebase and extract its implicit design system — colors, typography, spacing, component patterns, and inconsistencies. Use when onboarding to an existing project or before formalizing a design system.

2026-03-13
design-system-init
ソフトウェア開発者

Bootstrap a complete design system for a React/Next.js project using shadcn/ui + Tailwind CSS v4. Generates globals.css tokens, tailwind.config, font setup, and a base component theme. Requires a Brand Profile from brand-intake first.

2026-03-13
dockerfile
ソフトウェア開発者

Generate an optimized, secure, production-ready Dockerfile and docker-compose for a given application. Use when containerizing an app or improving an existing Dockerfile.

2026-03-13
estimate
プロジェクト管理専門家

Estimate task complexity and effort using T-shirt sizes and story points. Produces estimates with confidence levels and risk factors. Use when asked to estimate a task, story, or epic.

2026-03-13
frontend-review
ソフトウェア品質保証アナリスト・テスター

Review React/Next.js frontend code for correctness, accessibility, performance, design system adherence, and best practices. Produces a severity-tagged report. Use when reviewing frontend PRs or auditing existing components.

2026-03-13
inspect-secrets
情報セキュリティアナリスト

Safely inspects sensitive config files (.env, docker-compose, Dockerfile, YAML, vault configs) and reports their structure without ever exposing secret values. Use when you need to understand what secrets/config a project uses without reading the actual values.

2026-03-13
layout-design
ウェブ開発者

Design a page layout or section layout using modern patterns (bento grid, dashboard, hero, magazine, masonry, etc.) for React/Next.js with Tailwind CSS. Produces complete, copy-paste JSX with layout rationale.

2026-03-13
perf-audit
ソフトウェア開発者

Audit code or system design for performance issues. Identifies bottlenecks, N+1 queries, unnecessary re-renders, and algorithmic inefficiencies. Use when investigating slow code or reviewing for performance.

2026-03-13
plan-feature
ソフトウェア開発者

Plan and scope a new feature with phases, acceptance criteria, and risk assessment. Use when a user describes a feature idea and wants a structured implementation plan.

2026-03-13
refactor
ソフトウェア開発者

Refactor code for clarity, maintainability, and reduced complexity without changing behavior. Use when asked to clean up, restructure, or improve existing code.

2026-03-13
security-audit
情報セキュリティアナリスト

Audit code for security vulnerabilities (OWASP Top 10, injection, auth issues, secrets exposure). Produces a severity-ranked findings report. Use when asked to security-review code, a PR, or a module.

2026-03-13
write-docs
テクニカルライター

Write technical documentation — README, guides, runbooks, or onboarding docs. Produces clear, maintainable docs. Use when asked to document a feature, service, or process.

2026-03-13
write-tests
ソフトウェア品質保証アナリスト・テスター

Generate comprehensive test suites for a function, module, or API endpoint. Covers unit, integration, and edge cases. Use when asked to add tests to existing code.

2026-03-13