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

intelligent-claude-code

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

収集済み skills
37
Stars
35
更新
2026-02-09
Forks
3
職業カバレッジ
15 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

best-practices
ソフトウェア開発者

Activate when starting new work to check for established patterns. Activate when ensuring consistency with team standards or when promoting successful memory patterns. Searches and applies best practices before implementation.

2026-02-09
memory
ソフトウェア開発者

Activate when user wants to save knowledge, search past decisions, or manage persistent memories. Handles architecture patterns, implementation logic, issues/fixes, and past implementations. Uses local SQLite + FTS5 + vector embeddings for fast hybrid search. Supports write, search, update, archive, and list operations.

2026-02-09
process
その他コンピュータ職

Activate when user explicitly requests the development workflow process, asks about workflow phases, or says "start work", "begin development", "follow the process". Activate when creating PRs or deploying to production. NOT for simple questions or minor fixes. Executes AUTONOMOUSLY - only pauses when human decision is genuinely required.

2026-02-09
reviewer
ソフトウェア品質保証アナリスト・テスター

Activate when reviewing code, before committing, after committing, or before merging a PR. Activate when user asks to review, audit, check for security issues, or find regressions. Analyzes code for logic errors, regressions, edge cases, security issues, and test gaps. Fixes findings AUTOMATICALLY. Required at process skill quality gates.

2026-02-09
commit-pr
ソフトウェア開発者

Activate when user asks to commit, push changes, create a PR, open a pull request, or submit changes for review. Activate when process skill reaches commit or PR phase. Provides commit message formatting and PR structure. PRs default to dev branch, not main. Works with git-privacy skill.

2026-02-08
pr-automerge
ソフトウェア開発者

Activate when asked to auto-review and merge a PR. Runs a closed-loop workflow: subagent Stage 3 review -> fix findings -> re-review -> post ICC-REVIEW receipt -> merge (optional via workflow.auto_merge).

2026-02-08
release
ソフトウェア開発者

Activate when user asks to release, bump version, cut a release, merge to main, or tag a version. Handles version bumping (semver), CHANGELOG updates, PR merging, git tagging, and GitHub release creation.

2026-02-08
branch-protection
ネットワーク・コンピュータシステム管理者

Activate when performing git operations. MANDATORY by default - prevents direct commits to main/master, blocks destructive operations (force push, reset --hard). Enforces dev-first workflow where all changes go to dev before main. Assumes branch protection enabled unless disabled in settings.

2026-02-07
icc-development
ソフトウェア開発者

Development guide for contributing to the Intelligent Claude Code (ICC) framework. Use when working on ICC source code, creating skills, updating hooks, or modifying behaviors.

2026-02-07
ai-engineer
ソフトウェア開発者

Activate when user needs AI/ML work - model integration, behavioral frameworks, intelligent automation. Activate when @AI-Engineer is mentioned or work involves machine learning, agentic systems, or AI-driven features.

2026-02-07
architect
建築家(造園・船舶建築を除く)

Activate when user needs architectural decisions, system design, technology selection, or design reviews. Activate when @Architect is mentioned or work requires structural decisions. Provides design patterns and architectural guidance.

2026-02-07
autonomy
秘書・行政アシスタント(法律・医療・役員除く)

Activate when a subagent completes work and needs continuation check. Activate when a task finishes to determine next steps or when detecting work patterns in user messages. Governs automatic work continuation and queue management.

2026-02-07
backend-tester
ソフトウェア品質保証アナリスト・テスター

Activate when user needs API or backend testing - REST/GraphQL validation, integration tests, database verification. Activate when @Backend-Tester is mentioned or work requires backend quality assurance.

2026-02-07
database-engineer
データベースアーキテクトデータベース管理者

Activate when user needs database work - schema design, query optimization, migrations, data modeling. Activate when @Database-Engineer is mentioned or work involves database design or performance tuning.

2026-02-07
developer
ソフトウェア開発者コンピュータプログラマー

Activate when user asks to code, build, implement, create, fix bugs, refactor, or write software. Activate when @Developer is mentioned. Provides implementation patterns and coding standards for hands-on development work.

2026-02-07
devops-engineer
ネットワーク・コンピュータシステム管理者

Activate when user needs CI/CD or deployment work - pipeline design, deployment automation, release management. Activate when @DevOps-Engineer is mentioned or work involves build systems or infrastructure automation.

2026-02-07
file-placement
秘書・行政アシスタント(法律・医療・役員除く)

Activate when creating any summary, report, or output file. Ensures files go to correct directories (summaries/, memory/, stories/, bugs/). Mirrors what summary-file-enforcement hook enforces.

2026-02-07
git-privacy
ソフトウェア開発者ネットワーク・コンピュータシステム管理者

Activate when performing git commits, creating pull requests, or any git operation. MANDATORY by default - prevents AI attribution (Co-Authored-By, "Generated with" footers). Does NOT block legitimate AI feature descriptions.

2026-02-07
icc-get-setting
ソフトウェア開発者

Activate when needing configuration values like git.privacy, autonomy.level, paths.*, team.default_reviewer. Retrieves ICC settings using dot notation from config hierarchy.

2026-02-07
icc-version
ソフトウェア開発者

Activate when user asks about version, system status, "what version", or wants to verify ICC installation. Displays version, component status, and installation info.

2026-02-07
infrastructure-protection
ネットワーク・コンピュータシステム管理者

Activate when performing infrastructure, VM, container, or cloud operations. Ensures safety protocols are followed and blocks destructive operations by default. Mirrors agent-infrastructure-protection hook.

2026-02-07
mcp-config
ネットワーク・コンピュータシステム管理者

Activate when setting up MCP servers, resolving MCP tool availability, or configuring fallbacks for MCP-dependent features. Configures and troubleshoots MCP (Model Context Protocol) integrations.

2026-02-07
parallel-execution
ソフトウェア開発者その他コンピュータ職

Activate when multiple independent work items can execute concurrently. Activate when coordinating non-blocking task patterns in L3 autonomy mode. Manages parallel execution from .agent/queue/.

2026-02-07
pm
ゼネラル・オペレーションズマネージャー

Activate when user needs coordination, story breakdown, task delegation, or progress tracking. Activate when @PM is mentioned or work requires planning before implementation. PM coordinates specialists but does not implement.

2026-02-07
qa-engineer
ソフトウェア品質保証アナリスト・テスター

Activate when user needs test planning or QA strategy - test frameworks, quality metrics, test automation. Activate when @QA-Engineer is mentioned or work requires comprehensive quality assurance approach.

2026-02-07
requirements-engineer
マネジメントアナリスト

Activate when user needs requirements gathering - business analysis, specification development, user stories. Activate when @Requirements-Engineer is mentioned or work requires bridging business and technical understanding.

2026-02-07
security-engineer
情報セキュリティアナリスト

Activate when user needs security work - vulnerability assessment, security architecture, compliance audits, penetration testing. Activate when @Security-Engineer is mentioned or work requires security review.

2026-02-07
skill-creator
ソフトウェア開発者

Activate when user wants to create a new skill or update an existing skill. Activate when extending capabilities with specialized knowledge, workflows, or tool integrations. Provides guidance for effective skill design.

2026-02-07
story-breakdown
ソフトウェア開発者

Activate when user presents a large story or epic that needs decomposition. Activate when a task spans multiple components or requires coordination across specialists. Creates work items in .agent/queue/ for execution.

2026-02-07
suggest
ソフトウェア開発者

Activate when user asks for improvement suggestions, refactoring ideas, or "what could be better". Analyzes code and provides realistic, context-aware proposals. Implements safe improvements AUTOMATICALLY. Separate from reviewer (which finds problems).

2026-02-07
system-engineer
ネットワーク・コンピュータシステム管理者

Activate when user needs infrastructure or system operations work - system reliability, monitoring, capacity planning. Activate when @System-Engineer is mentioned or work involves configuration management or operational excellence.

2026-02-07
thinking
プロジェクト管理専門家ソフトウェア開発者

Activate when facing complex problems, multi-step decisions, high-risk changes, complex debugging, or architectural decisions. Activate when careful analysis is needed before taking action. Provides explicit step-by-step validation.

2026-02-07
user-tester
ソフトウェア品質保証アナリスト・テスター

Activate when user needs E2E or user journey testing - browser automation, Puppeteer/Playwright, cross-browser testing. Activate when @User-Tester is mentioned or work requires user flow validation or experience verification.

2026-02-07
validate
ソフトウェア品質保証アナリスト・テスター

Activate when checking if work meets requirements, verifying completion criteria, validating file placement, or ensuring quality standards. Use before marking work complete to verify success criteria are met.

2026-02-07
web-designer
ウェブ・デジタルインターフェースデザイナー

Activate when user needs UI/UX design work - interface design, user research, design systems, accessibility. Activate when @Web-Designer is mentioned or work requires visual design or user experience expertise.

2026-02-07
work-queue
秘書・行政アシスタント(法律・医療・役員除く)

Activate when user has a large task to break into smaller work items. Activate when user asks about work queue status or what remains to do. Activate when managing sequential or parallel execution. Creates and manages .agent/queue/ for cross-platform work tracking.

2026-02-07
workflow
管理サービスマネージャー

Activate when checking workflow step requirements, resolving workflow conflicts, or ensuring proper execution sequence. Applies workflow enforcement patterns and validates compliance.

2026-02-07
intelligent-claude-code GitHub Agent Skills | SkillsMP