icn
icn에는 InterCooperative-Network에서 수집한 skills 56개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
ICN development companion for the InterCooperative Network Rust monorepo. Use when working on ICN code, docs, deployment, or protocol design. Provides crate-aware routing to specialist agents (icn-architect, icn-economist, icn-ops), enforces project conventions, and understands the current sprint state, cluster topology, and demo flow status. Triggers on: any ICN crate names, "cooperative contract", "mutual credit", "governance", "gossip", "K3s", "icn-dev", "ops/mcp", "Sprint", "demo flow", "CCL", "federation", "DID", "ledger", "trust graph", "icnd", "icnctl".
Full sprint-batch or stacked-PR integration pipeline. Owns merge order, rebases, local gates, and main sync.
Full sprint-batch or stacked-PR integration pipeline. Owns merge order, rebases, local gates, and main sync.
Show full ICN development status dashboard — active sessions, sprint tasks, worktree freshness, CI state, and cluster health
ICN session preflight. This skill should be used when the user explicitly invokes "/icn-agent-pack:preflight", or asks to "run preflight", "orient me on ICN", or "check the ICN session environment". Loads canonical docs and the latest handoff, then verifies branch, gh auth, ports, toolchain, and a light cargo check. Read-only; reports, never fixes.
ICN repo navigator / knowledge graph. This skill should be used when the user explicitly invokes "/icn-agent-pack:navigator", or asks to "map the repo", "build/refresh the knowledge graph", "trace this concept to its source", or "show the conceptual map / impact map". Begins the living repository knowledge-graph and conceptual-map workflow, grounded in the icn-ops MCP tools and (future) generated graph artifacts.
ICN authority-spine work. This skill should be used when the user explicitly invokes "/icn-agent-pack:authority-spine", or asks to work on "entity-aware auth", "trusted token authority / trusted issuance", "coop_id to EntityId mapping", "CoopEntityMap", or "treasury observe/cutover readiness". Orients the agent on the entity-authority spine, requires a written plan before any edit, and surfaces files, risks, verification commands, and required truth/doc updates.
ICN Agent Pack self-diagnosis. This skill should be used when the user explicitly invokes "/icn-agent-pack:doctor", or asks to "diagnose the plugin", "is the icn-agent-pack plugin loaded", "why can't the plugin reach the repo/MCP", or "check icn-ops MCP startability". Runs read-only checks on plugin load, ICN root resolution, the icn-ops MCP launcher, and the repo/Node prerequisites.
ICN route/API impact analysis. This skill should be used when the user explicitly invokes "/icn-agent-pack:route-impact", or asks "what does this route change affect", "do I need to regen OpenAPI / the TS SDK", or "route impact for <paths/PR>". Given changed route/API files (or paths/PR context in arguments), determines whether OpenAPI, the route inventory, the TS SDK, runtime-surface-map, docs, or website claims need updates.
ICN public-claim truth sync. This skill should be used when the user explicitly invokes "/icn-agent-pack:truth-sync", or asks to "truth-sync", "check public claims against truth", "is this docs/website/API claim safe to publish", or "verify readiness claims". Compares public, docs, and API claims against the repository's canonical truth sources and classifies each claim safe / partial / unsafe / needs-local-verification.
One-pass PR merge-readiness verdict — required checks (vs non-required noise), unresolved review threads, mergeable + mergeStateStatus. Read-only, never merges.
ICN Commons design review and seed-promotion companion. Use when reviewing Claude Design seeds, drafting docs-only promotion PRs, auditing member-facing surfaces against ICN doctrine, or enforcing the canonical-vs-generated boundary. Provides review-gate routing (truth-label, accessibility, vocabulary, implementation-status, language/RTL, low-bandwidth/reduced-motion/large-text, source-doc drift), the must-not-ship floor, and a doctrine-bound critique pattern for action cards, receipts, standing views, and the member shell. Triggers on: "Claude Design seed", "design review", "member shell", "action card", "receipt strip", "standing view", "truth label", "accessibility audit", "vocabulary review", "design handoff", "promotion candidate", "canonical-vs-generated", "must not ship", "design system", "icn-commons", "design language", "design tokens".
Run criterion benchmarks locally for one or all ICN crates. CI runs these on ubuntu-latest; local runs on icn-dev are for relative comparison only.
Generate a CHANGELOG.md entry from commits since the last git tag. Groups by type (feat/fix/refactor/etc), formats as Keep-a-Changelog.
Classify clippy/compiler failures by lint family and apply canonical idiomatic fixes.
Write a session handoff to docs/dev/ using the structured template with truth-plane labeling.
Diagnose and fix GitHub Actions failures with branch protection, token permissions, and repo policy in mind.
Resolve PR↔branch identity from GitHub. Never trust plan docs or memory for branch names.
Resolve Rust package names and verification scope from cargo metadata. Never guess package IDs.
Check for documentation drift — crate inventory vs workspace, GOLDEN_PROMPT freshness, broken doc links.
Monitor CI as a queue system. Advance other ready work while waiting. Report gate deltas, not polls.
Session startup — load canonical docs, latest handoff, produce session frame, then verify repo/branch/auth/toolchain/compile.
Validate demo flows end-to-end. Confirms branch, ports, and services before running demo scripts.
Manage the ICN devnet (3-node Docker Compose cluster). Operations - up, down, logs, status, test, restart.
Infrastructure diagnosis with differential-first approach. Gathers evidence, ranks hypotheses, proposes cheapest test.
Check for meaning firewall violations - kernel crates must never import domain crates
Fix CI failures. Scope-locked to branch changes only. No toolchain upgrades. No unrelated clippy.
Merge a PR after confirming CI is green. Fast, correct, no ceremony.
Merge one or more PRs with full stack-integration pipeline. Resolves branches, rebases, gates, pulls main.
Create a PR following ICN conventions with invariants checklist, proper commit format, and change routing verification
Session preflight check - prints repo state, branch, PR info, and compile sanity. Run at session start.
Resolve targets, run scoped local gates, then push. The only sanctioned path for pushing Rust changes.
Apply PR review feedback with no scope drift. Fetches comments, applies requested changes, runs gates, pushes.
Run the correct verification commands for files changed in the current branch. Maps to ICN change routing matrix.
Build and verify the ICN website. The website reads docs directly from icn/docs/ — no sync step needed.
Manage ICN git worktrees: create, status, cleanup, rebase. Usage: /worktree [status|create <name>|cleanup|rebase <name>]
Validate demo flows end-to-end. Confirms branch, ports, and services before running demo scripts.
Manage the ICN devnet (3-node Docker Compose cluster). Operations - up, down, logs, status, test, restart.
Infrastructure diagnosis with differential-first approach. Gathers evidence, ranks hypotheses, proposes cheapest test.
Check for meaning firewall violations - kernel crates must never import domain crates