Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

claude-code-methodology

claude-code-methodology 收录了来自 AribSudia 的 33 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
33
Stars
2
更新
2026-06-21
Forks
0
职业覆盖
7 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

arib-graph
软件开发工程师

Memory | Code-graph subsystem — a native lightweight IMPORT graph (which file imports which, god-node candidates) built with ripgrep/grep, so a large monorepo can be navigated by structure instead of re-grepping every session. build/refresh/query. Honest scope: structural import graph, NOT semantic (no call-graph/type resolution); no Graphify dependency. Loads ON DEMAND only (zero always-on tokens). ADR-034.

2026-06-21
arib-dev-lean
软件开发工程师

Dev | Over-engineering review — reads a diff/module and returns a delete-list of bloat (single-use abstractions, premature generalization, speculative config, dead options) WITHOUT stripping legitimate structure. Advisory: returns recommendations, never auto-deletes. The on-demand companion to the ponytail-lite tripwire hook. Authored natively (no Ponytail dependency). ADR-033.

2026-06-20
arib-wave-plan
软件开发工程师

Wave | Pre-wave requirement lock — Act 1 derives the requirements from the codebase + memory (an honest grill, not guesswork), Act 2 hands the locked plan to an independent model (Codex) to tear apart until sign-off. Produces waves/<id>/PLAN.md + PLAN-REVIEW-LOG.md. Auto-chained idempotently from /arib-wave-start. If Act 2 can't run (no Codex), the wave proceeds but HOLDS MERGE for a human. Absorbs grill-me-codex (ADR-032).

2026-06-20
arib-wave-start
软件开发工程师

Wave | Start a multi-session delivery wave — branch, plan, parallel architect+planner

2026-06-20
arib-build
其他计算机职业

Engine | Command the engineering team to deliver a known goal — dispatches the engineer-manager to decompose → dispatch specialists (parallel where safe) → integrate → reconcile (verification-agent) → merge gate. Scales its own reach: runs inline for a bounded goal, escalates to a parallel Workflow for a broad one, and paces under /loop for a multi-turn campaign — only when it needs to. Use when a goal needs a coordinated TEAM, not one specialist. Sibling of /arib-engine: the engine DISCOVERS its own backlog; /arib-build EXECUTES a goal you hand it.

2026-06-20
arib-nestjs
软件开发工程师

Stack | NestJS architecture & patterns reference — modules/providers/DI, DTO+validation, guards/interceptors/pipes/filters, config, async lifecycle, testing, and the security + performance pitfalls that bite at scale. Use when building or reviewing a NestJS backend. Composes with security-auditor (OWASP), database-guardian (TypeORM/Prisma migrations), and performance (N+1). Authored natively (the ECC graft was unsourceable; this is CCM's own, MIT).

2026-06-20
arib-postgres
软件开发工程师

Stack | PostgreSQL optimization & safety patterns — indexing, query plans, N+1, safe online migrations, connection pooling, JSONB, and Row-Level Security for multi-tenancy. Use when designing or reviewing Postgres-backed data access. Composes with database-guardian (migration safety) and performance (query budgets). Authored natively (MIT), not an ECC copy.

2026-06-20
arib-memory-search
软件开发工程师

Memory | Semantic search across project memory — claude-mem MCP with grep fallback

2026-06-20
arib-engine
软件开发工程师

Engine | Autonomous engineering & product-led-growth campaign engine. Use when the operator hands over ownership and wants continuous, self-running improvement of a codebase — triggers include "take over as the expert", "make it all", "rework until you decide it's done", "run the campaign", "harden / audit / sweep the codebase", "keep shipping value autonomously", or any request to autonomously discover, fix, verify, and ship many improvements across CI-green PRs until the evidence says done. It runs adversarial multi-dimensional discovery sweeps (find→refute→confirm), ships one focused reversible PR per concern behind hard verification gates, applies explicit ship/escalate/decline frameworks, records durable memory, and concludes on an evidence-based closure test (handing the operator a decision list). STANDALONE by default (runs the whole methodology self-contained); orchestrates the broader arib-* family ONLY on explicit opt-in (`--with-arib-family`, or "leverage the arib family"). Self-pacing is delegated

2026-06-20
arib-wave-end
软件开发工程师

Wave | Close a wave — deep-audit gate + wave-level reconciliation (verification-agent: objective ↔ achieved), stakeholder report, audit-hash tag, then AUTO-MERGE by default (held for a human on --hold-merge / high-stakes / GAP / BLOCK)

2026-06-20
arib-wave-run
软件开发工程师

Wave | Execute wave steps as a reference-based dynamic loop — auto-advance, per-step + wave-level reconciliation (verification-agent: objective ↔ achieved), re-engineer on GAP, AUTO-MERGE on RECONCILED by default (--hold-merge / high-stakes hold for a human)

2026-06-20
arib-deep-audit
软件开发工程师

Audit | Wave-end 21-section deep audit + IMPLEMENT-FROM-FILE mode

2026-06-17
arib-check-compliance
信息安全分析师

Check | Compliance alignment — runs code-checkable rules per framework

2026-06-03
arib-check-migrate
数据库架构师

Check | Database migration safety review - risk classification, lock analysis, rollback verification

2026-06-03
arib-check-services
网络与计算机系统管理员

Check | Infrastructure health - adapts to project type, checks only what exists

2026-06-03
arib-dev-debug
软件开发工程师

Dev | Scientific debugging - observe, 3 hypotheses, test, fix, verify, document

2026-06-03
arib-docs-generate
软件开发工程师

Docs | Generate documentation - analyze target, extract interfaces, create docs, commit

2026-06-03
arib-check-a11y
网页与数字界面设计师

Check | Accessibility audit - WCAG 2.1 AA compliance, color contrast, ARIA, keyboard navigation, screen reader

2026-06-03
arib-check-arabic
网页与数字界面设计师

Check | Arabic typography, RTL, numerals, punctuation — MENA compliance

2026-06-03
arib-check-deploy
软件开发工程师

Check | Pre-deployment 7-phase verification - tests, security, DB, env, performance, docs, rollback

2026-06-03
arib-check-deps
软件开发工程师

Check | Audit dependencies - vulnerabilities, outdated packages, license compliance, supply chain safety

2026-06-03
arib-check-design
网页与数字界面设计师

Check | Design system contract — tokens, components, typography, dark mode

2026-06-03
arib-check-perf
软件开发工程师

Check | Performance audit - N+1 queries, bundle size, latency budgets, memory leaks, caching gaps

2026-06-03
arib-check-reality
软件质量保证分析师与测试员

Check | Scan for mock data, fake APIs, hardcoded responses - verify the system is genuinely connected

2026-06-03
arib-check-security
信息安全分析师

Check | Application security audit — OWASP Top 10 + supply chain

2026-06-03
arib-ci-audit
软件开发工程师

CI | Audit, init, or review CI/PR posture — workflows, templates, CODEOWNERS, branch protection

2026-06-03
arib-dev-feature
软件开发工程师

Dev | Start a new feature with branch, planning, TDD workflow, and safety snapshot

2026-06-03
arib-dev-review
软件质量保证分析师与测试员

Dev | Code review with quality gates — function length, duplication, security, tests

2026-06-03
arib-docs-api
软件开发工程师

Docs | Generate or sync API documentation - discover endpoints, produce OpenAPI spec, detect undocumented routes

2026-06-03
arib-docs-language
网页与数字界面设计师

Docs | Universal language/i18n compliance - RTL, LTR, CJK, Indic, fonts, formatting, accessibility

2026-06-03
arib-io
其他计算机职业

Session | I/O Channel - check signals, process requests from Cowork, write results, update dashboard

2026-06-03
arib-session-end
软件开发工程师

Session | Close session — update all memory files, run tests, commit, push, report next steps

2026-06-03
arib-session-start
软件开发工程师

Session | Initialize session — read context, check I/O channel, report status, wait for approval

2026-06-03