Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

cc-architecture-builder

cc-architecture-builder contiene 17 skills recopiladas de daneyon, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
17
Stars
2
actualizado
2026-05-05
Forks
0
Cobertura ocupacional
5 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

audit-workspace
Analistas de seguridad de la información

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
Especialistas en gestión de proyectos

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Especialistas en gestión de proyectos

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
Administradores de redes y sistemas informáticos

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

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