ccoalm

47 mods across 1 repository, 5 stars between them.

ccoalm/ccl-skills

Skill Claude CodeCodex

并行 agent / 子 agent / 分发任务 / delegate / fan out → execute a clear plan with AI agents. Use for decomposing independent slices, isolating contexts, staging review, and verifying agent output; not for a single linear local edit.

5 yesterday A 57 tokens original Apache-2.0

ccoalm/ccl-skills

Skill Claude CodeCodex

A research workflow that examines a topic from several viewpoints before producing a structured research brief.

5 yesterday A 228 tokens original Apache-2.0

nodejs-service-dev

27

ccoalm/ccl-skills

Skill Claude CodeCodex

Use when implementing, modifying, scaffolding, or testing Node.js backend and service code, including HTTP/RPC handlers, workers, jobs, standalone Node.js CLI/tooling, runtime configuration, TypeScript/JavaScript module setup, async cancellation, streams, graceful shutdown, and Node-specific test mechanics. Triggers…

5 yesterday A 184 tokens original Apache-2.0

ccoalm/ccl-skills

Skill Claude CodeCodex

Use when designing, reviewing, debugging, or shipping observability — service logs, metrics, distributed tracing, log/trace correlation, dashboards, alerts, on-call routing(值班/排班 SOP、P0/P1 打断;发布值班/回滚除外), SLI/SLO, error budgets — for a backend product. Owns the cross-cutting evidence layer — what signals must exist…

5 yesterday A 188 tokens original Apache-2.0

ccoalm/ccl-skills

Skill Claude CodeCodex

发布 / 灰度 / canary / rollback / rollout / 环境泳道 / promotion gate → design or review how a change moves from build to traffic and back safely, including rollout strategy, approval, rollback, secrets, config, and deploy control planes. Skip when the ask is the production release lifecycle — 上线范围确认 / 合并 main / 打 tag / 生产构建…

5 yesterday A 102 tokens original Apache-2.0

ccoalm/ccl-skills

Skill Claude CodeCodex

服务互通 / service mesh / service discovery / mTLS / retry / timeout / circuit breaker / lane routing → design or debug how one request safely reaches another service across environments, mesh, clients, HTTP/RPC, and queues.

5 yesterday A 52 tokens original Apache-2.0

product-rd-workflow

31

ccoalm/ccl-skills

Skill Claude CodeCodex

An end-to-end workflow for product development and technical changes, covering requirements, specifications, planning, implementation, testing, refactoring, and release decisions.

5 yesterday A 136 tokens original Apache-2.0

ccoalm/ccl-skills

Skill Claude CodeCodex

A guide for designing and checking user-facing interfaces, including layout, interactions, visual details, accessibility, and loading, empty, and error states.

5 yesterday A 68 tokens original Apache-2.0

ccoalm/ccl-skills

Skill Claude CodeCodex

A guide for designing Python backend services and deciding how their parts should be separated. It covers FastAPI projects, Celery workers, microservices, message queues, data ownership, APIs, reliability and scaling.

5 yesterday A 152 tokens original Apache-2.0

python-service-dev

34

ccoalm/ccl-skills

Skill Claude CodeCodex

用 Python 写接口 / FastAPI / Django model / Celery 任务 / pytest → implement, modify, scaffold, test, and wire Python backend services, workers, packages, standalone CLI/tooling, migrations, Redis, queues, config, observability, and clients. Triggers also include "用 Python 写个命令行工具", "重构 Python 服务里的某文件/某类(局部)", "refactor a…

5 yesterday A 155 tokens original Apache-2.0

ccoalm/ccl-skills

Skill Claude CodeCodex

A coordinator for releasing a confirmed set of changes to a production system, including the checks and handoffs around the release.

5 yesterday A 121 tokens original Apache-2.0

release-doc-writer

36

ccoalm/ccl-skills

Skill Claude CodeCodex

提测文档 / 上线文档 / 发布文档 / test handoff / release doc / launch notes / 补上线范围 / 发布证据 → write, fill, or review test-handoff and release-document substance from Git/config/deploy/verification evidence without owning release orchestration, merge authorization, or production mutation.

5 yesterday A 72 tokens original Apache-2.0

ccoalm/ccl-skills

Skill Claude CodeCodex

A workflow for documenting how a system works today, based on sources such as code, configuration, data, and existing processes. An as-is audit records current capabilities, exceptions, evidence freshness, gaps, and conflicts without deciding what should be changed.

5 yesterday A 174 tokens original Apache-2.0

ccoalm/ccl-skills

Skill Claude CodeCodex

A writing process that assembles a product requirements document from requirements that have already been clarified and approved.

5 yesterday A 133 tokens original Apache-2.0

requirement-intent

39

ccoalm/ccl-skills

Skill Claude CodeCodex

A product-requirements clarification process that turns an unclear idea into agreed goals, users, success measures, user steps, and acceptance checks.

5 yesterday A 236 tokens original Apache-2.0

requirement-scope

40

ccoalm/ccl-skills

Skill Claude CodeCodex

A workflow for defining the boundaries of a planned change: what is included, excluded, affected, dependent, or postponed. It also breaks work into releases or slices and defines what each slice will and will not accept.

5 yesterday A 168 tokens original Apache-2.0

ccoalm/ccl-skills

Skill Claude CodeCodex

A workflow for turning lessons from reviews, incidents, and team experience into reusable agent skills. It includes checks for leaked sensitive details, independent review, challenge review, and lifecycle handling.

5 yesterday A 142 tokens original Apache-2.0

terminal-cli-dev

42

ccoalm/ccl-skills

Skill Claude CodeCodex

CLI/terminal/console/PTY/ANSI/keyboard/TUI design, implementation, review, debugging, testing, or shipping. Owns the command/subcommand/flag/help contract (owned here even when nothing is rendered), with defaults/output/exit/action/confirmation/progress/recovery, plus layout, input, accessibility, and real-terminal…

5 yesterday A 191 tokens original Apache-2.0

ccoalm/ccl-skills

Skill Claude CodeCodex

Create and maintain structured test cases from requirements or code, including initializing or reusing the Feishu Bitable, canonical fields, import, update, status sync, and deprecation. Use for 写测试用例, 写测试用例文档, test-case documents, TC, source-to-TC generation, 初始化测试用例多维表格, 测试用例放飞书, and 导入/更新/同步/废弃测试用例. Skip executable…

5 yesterday A 129 tokens original Apache-2.0

testing-strategy

44

ccoalm/ccl-skills

Skill Claude CodeCodex

A workflow for deciding what testing a change needs and which test layer should prove it. It covers unit tests for small pieces, integration tests for connected parts, and end-to-end tests that check a complete user flow.

5 yesterday A 189 tokens original Apache-2.0

tighten-doc

45

ccoalm/ccl-skills

Skill Claude CodeCodex

A document-editing workflow for making settled material clearer, shorter, and easier to use. It covers polishing plans, specifications, task cards, runbooks, release notes, and other documents while preserving their decisions.

5 yesterday A 272 tokens original Apache-2.0

web-react-dev

46

ccoalm/ccl-skills

Skill Claude CodeCodex

Use when designing, implementing, reviewing, debugging, testing, or shipping React web client features, including component structure, routing, state ownership, API/data fetching, forms, browser behavior, accessibility, performance, build/deploy, and rendered browser verification. Product-agnostic; use…

5 yesterday A 181 tokens original Apache-2.0

worktree-isolation

47

ccoalm/ccl-skills

Skill Claude CodeCodex

A Git workflow that gives each coding task its own worktree, which is a separate working directory connected to the same repository.

5 yesterday C 315 tokens original Apache-2.0