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

cc-architecture-builder

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

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

このリポジトリの skills

audit-workspace
情報セキュリティアナリスト

Audit CC project workspace against CAB v1.1.0 standards. Read-only 8-dimension scored assessment with YAML + markdown artifacts; Dimension 8 covers DP8 wrap-and-extend compliance. Triggers: audit workspace, check standards, cab audit, workspace health check, assess CC setup, dp8 compliance check.

2026-05-05
triage-lessons
プロジェクト管理専門家

Triage UX-log entries marked downstream_target=LL into formal lessons-learned.md entries with verifiable enforcement layer citations per LL-33 protocol. Operates on notes/ux-log-*.csv rows; outputs LL-NN entries + Priority Queue updates + bidirectional cross-references. Triggers: triage lessons, promote UX-log to LL, codify lesson, LL promotion, run lesson triage.

2026-05-05
execute-task
ソフトウェア開発者

Enforce PLAN → REVIEW → EXECUTE → VERIFY → COMMIT protocol for non-trivial tasks. Prevents one-shotting, premature completion, and scope drift. Triggers: implement feature, fix bug, refactor, multi-step task.

2026-05-05
check-sync
ソフトウェア開発者

Detect drift between CAB plugin extensions (source of truth) and deployed global ~/.claude/ extensions. Three failure modes detected: content drift, scope-shadowing across local→user→plugin layers (LL-27), AND type-shadowing at the same scope when commands and skills share names (LL-32). Triggers: sync check, plugin drift, shadow scan, type collision, deploy alignment, before pushing CAB changes, after global config edits.

2026-05-05
scaffold-project
ソフトウェア開発者

Create or extend Claude Code project structures. Five modes via --mode flag: default (interactive new project), plugin (CAB plugin scaffold + git + optional GitHub remote), integrate (overlay CC architecture onto existing codebase), global (set up ~/.claude/ user config), quick (template-driven fast scaffold, no questionnaire). Triggers: new project, scaffold, init plugin, integrate existing, global config, quick template, start project.

2026-05-05
plan-implementation
プロジェクト管理専門家

Generate SOW, implementation plans, acceptance criteria, and phased backlogs. Decomposes requirements into actionable deliverables. Triggers: plan project, scope feature, write requirements, create SOW, define acceptance criteria.

2026-05-05
recover-session
ネットワーク・コンピュータシステム管理者

Reconstruct session context after mid-dialogue death (compaction crash, force-close, dropped connection, hung process). Bootstraps from notes/ first, identifies the dying-session JSONL transcript, extracts last N turns, synthesizes coverage gap vs current state files, backfills discoveries into LL/state, and resumes at the exact HITL question. Triggers: session crashed, lost context, force-compact recovery, dying session, transcript recovery, recover from compaction.

2026-04-28
scan-techdebt
ソフトウェア開発者

Scan codebase for technical debt: code duplication, stale TODO/FIXME markers, dead code, consistency drift, and dependency health. Classifies findings as auto-fixable, manual-review, or tracked-known. Triggers: tech debt scan, end-of-session cleanup, code health check, periodic audit, before refactor.

2026-04-27
quick-scaffold
ソフトウェア開発者

Alias for `scaffold-project --mode quick`. Preserves the "quick-scaffold" skill-name trigger after the Phase 3c.2 hybrid merge (UXL-002). All logic + templates live in `skills/scaffold-project/`. Triggers: quick scaffold, generate template, fast setup, placeholder files.

2026-04-27
commit-push-pr
ソフトウェア開発者

Stage changes, commit with a concise descriptive message, push to the remote, and open a pull request in one workflow. Pre-computes git status/diff so the commit message and PR description are accurate and context-rich. Triggers: commit and push, ship changes, open PR, publish work, end-of-task commit, finalize and PR.

2026-04-27
index-kb
ソフトウェア開発者

Regenerate INDEX.md files for a knowledge base from current file structure and YAML frontmatter metadata. Triggers: regenerate KB index, update INDEX.md, knowledge base reorganization, after KB file moves, kb hygiene check.

2026-04-27
sync-context
ソフトウェア開発者

Pull recent project activity from git log, open PRs, issues, and optional MCP-connected sources (Slack, GitHub) into a concise session-bootstrap context summary. Triggers: bootstrap session, context sync, what's been happening, recent activity, resume after time away.

2026-04-27
analyze-architecture
ソフトウェア開発者

Deep codebase analysis and system architecture design. Covers structure review, component decomposition, data modeling, API design, and ADRs. Triggers: review architecture, analyze code, evaluate design, assess scalability, tech stack eval.

2026-04-24
close-session
ソフトウェア開発者

Cleanly close session with state persistence and context handoff. Updates progress.md, TODO.md, current-task.md. Triggers: close, wrap up, save state, session done, ending session, context full.

2026-04-24
create-components
ソフトウェア開発者

Scaffold individual CC components (skills, agents, commands, hooks) with proper frontmatter, naming, and template compliance. Triggers: add skill, add agent, create command, add hook, extend project with new component.

2026-04-24
pre-push-state-review
ソフトウェア開発者

Review notes/ state artifacts before git push to catch in-dev drafts, private content, or unintended publication of state files. Triggers: before pushing, pre-push check, about to sync, publishing state, ready to push.

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

Validate CC project structure against CAB conventions. Checks required files, plugin.json, CLAUDE.md, components, security, and KB. Triggers: validate project, check structure, audit plugin, verify compliance, pre-publish check.

2026-04-24