Skip to main content
在 Manus 中运行任何 Skill
一键导入
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