ArcBlock

50 mods across 1 repository, 5 stars between them.

ArcBlock/agent-skills

Plugin Claude Code

Plugin marketplace listing 7 plugins: blocklet, plugin-development, thinking-framework, arcblock-context, content-creation.

5 2d ago A tokens not measured original MIT

commit

02

ArcBlock/agent-skills

Skill Claude CodeCodex

Git Commit Generator - Generate standardized commit messages following Conventional Commits specification.

5 2d ago A 15 tokens original MIT

pull-request

03

ArcBlock/agent-skills

Skill Claude CodeCodex

PR Generator - Generate standardized Pull Request based on branch diff and submit via gh or save as PR.md.

5 2d ago A 23 tokens original MIT

ArcBlock/agent-skills

Skill Claude CodeCodex

Manage skills from local paths or git repositories - add, update, or remove skill tips in /.claude/skills with group-skillname format.

5 2d ago D 34 tokens original MIT

agentloop

05

ArcBlock/agent-skills

Plugin Claude Code

Repo-agnostic engineering loop engine: config-driven verification gate, sticky PR-comment delivery, and the review/sweep skill contracts. Repo specifics live in each repo's .claude/verify/config.ts, not here.

5 2d ago A tokens not measured original MIT

build-phases

06

ArcBlock/agent-skills

Skill Claude CodeCodex

Automated phase-by-phase implementation with a verification loop — drive a multi-phase build plan one phase at a time, each phase implemented then verified (static + dynamic + adversarial) before advancing. Use to execute a phased implementation plan (tasks.md) autonomously.

5 2d ago A 57 tokens original MIT

ArcBlock/agent-skills

Skill Claude CodeCodex

Scan recently merged (and optionally open) GitHub PRs for unhandled chatgpt-codex-connector[bot] review comments, re-validate each finding against current main, fix OPENEASY items in domain-split PRs, track OPENHARD, and stop when nothing actionable remains. Designed for a daily cron/routine or manual…

5 2d ago A 124 tokens original MIT

design-review

08

ArcBlock/agent-skills

Skill Claude CodeCodex

Iterative clean-context review of a design/plan document or issue — spawn independent-perspective reviewers each round, score, and synthesize findings without carrying prior-round bias. Use to review an implementation plan, architecture doc, or design proposal before building.

5 2d ago A 53 tokens original MIT

epic-conductor

09

ArcBlock/agent-skills

Skill Claude CodeCodex

Attended multi-agent implementation of a WHOLE epic. One resident conductor decomposes an epic into dependency-ordered sub-issues, fans out an isolated worker per sub-issue (implement, verify, open PR), spawns an independent clean-context reviewer per PR, routes review and bot findings to a fixer, then gates and…

5 2d ago A 221 tokens original MIT

fleet-report

10

ArcBlock/agent-skills

Skill Claude CodeCodex

Read a fleet's own telemetry (fleet.jsonl) back — how many rounds ran vs were skipped and why, what they produced, per-repo×skill duration, and whether any round left processes behind. Runs the deterministic reporter, then flags what is worth acting on. Use to answer "is the fleet healthy", "what did it actually…

5 2d ago A 89 tokens original MIT

fleet-setup

11

ArcBlock/agent-skills

Skill Claude CodeCodex

One-command setup/update of an agentloop FLEET on a teammate's machine or cloud — asks a few defaulted questions, then generates/reconciles the two config files (deployment.json + repos.json) and installs the schedule. LOCAL = a crontab marker-block wiring fleet/driver.ts (one row per skill; the driver fans out to…

5 2d ago A 137 tokens original MIT

git-hygiene

12

ArcBlock/agent-skills

Skill Claude CodeCodex

After a merge or when ending multi-branch work: switch the primary checkout to the default branch, fast-forward from origin, then remove local worktrees and branches that have no unique work left. Use when the user says "切回 main 清理", "清理 worktree", "prune branches", "git hygiene", "收工清分支", or after confirming a PR…

5 2d ago A 191 tokens original MIT

impact-check

13

ArcBlock/agent-skills

Skill Claude CodeCodex

Analyze code changes to find related areas that may also need modification. Supports uncommitted changes, specific commits, commit ranges, and branches. Use before committing or opening a PR to catch missed updates.

5 2d ago A 43 tokens original MIT

issue-graph

14

ArcBlock/agent-skills

Skill Claude CodeCodex

Deterministic issue-relationship graph over GitHub native sub-issues + dependencies — compute the ready set / parent-rollup candidates / close-kick targets as pure calculation (scripts, no LLM judgment), write real edges when creating spin-off issues, and mutually exclude terminal actions across parallel agents via…

5 2d ago A 95 tokens original MIT

issue-review

15

ArcBlock/agent-skills

Skill Claude CodeCodex

Process one GitHub issue end-to-end — read the issue + referenced repo docs/code + existing comments, verify against the landed implementation/intent, and post evidence-backed findings as a comment on the issue. Covers doc-review, doc-audit, system-audit, research, and idea issue types. Use when handling a single…

5 2d ago A 78 tokens original MIT

issue-sweep

16

ArcBlock/agent-skills

Skill Claude CodeCodex

Sweep open GitHub issues for unprocessed human input and act on each via the issue-review skill — delete-PRs for human-approved deprecated docs, doc-update PRs for approved drifted docs, fix-PRs for approved bugs, grounded analysis for feature/design requests followed by autonomous execution when no real human-only…

5 2d ago A 179 tokens original MIT

media-upload

17

ArcBlock/agent-skills

Skill Claude CodeCodex

Upload a media file (image OR video/screen-recording) — or a whole directory of them — to the shared public asset repo and get back raw.githubusercontent.com/main URLs. For images that URL embeds inline via ; for video it is a LINK (GitHub won't inline-play raw video). Binary-safe: never MCP file-write (#1079). The…

5 2d ago A 126 tokens original MIT

pr-review

18

ArcBlock/agent-skills

Skill Claude CodeCodex

Independent clean-context review of ONE open GitHub pull request — read PR diff + linked issue + verify every claim against live code/tests + obtain a current verification fact through the pre-merge entrypoint and diagnose its root-cause + detect conflicts with sibling PRs, then emit an evidence-backed merge-readiness…

5 2d ago A 149 tokens original MIT

pr-sweep

19

ArcBlock/agent-skills

Skill Claude CodeCodex

Batch-review every open GitHub PR and drive it to a terminal state autonomously — fan out a clean-context pr-review per PR (verify claims against live code, obtain a current verification fact through the gate entrypoint), cluster PRs by shared issue + shared files, DEDUP-CLOSE same-issue duplicates (keep the best one…

5 2d ago A 207 tokens original MIT

repo-setup

20

ArcBlock/agent-skills

Skill Claude CodeCodex

One-time setup that makes a repo consumable by the agentloop skills — scaffold repo-profile, create the controlled GitHub labels, scaffold the verification gate, and preflight the environment. Run this once when onboarding a new repo to the loop-engine skills. Does NOT schedule routines (that's the repo's own infra).

5 2d ago A 67 tokens original MIT

setup-routines

21

ArcBlock/agent-skills

Skill Claude CodeCodex

Interactive one-shot setup/update of a runner's repo-declared cloud routines and durable local cron jobs, driven by the consuming repo's .claude/routines/ catalog (canonical names, base crons, prompt templates). Reconciles cloud triggers via RemoteTrigger (create-or-update by canonical name, per-runner minute stagger…

5 2d ago B 164 tokens original MIT

test-audit

22

ArcBlock/agent-skills

Skill Claude CodeCodex

Find tests that cannot fail — bodies that assert nothing, assertions swallowed by catch {}, and changes that weaken, delete or disable coverage. Parses with the TypeScript AST (never regex) and reports every finding with a machine-checkable witness. Use when reviewing a PR that touches .test. and you need to know…

5 2d ago A 167 tokens original MIT

verification

23

ArcBlock/agent-skills

Skill Claude CodeCodex

Run a repo's deterministic verification gate (build/lint/types/tests/etc.) and post one measured report to the PR. Use before opening or merging a PR. The engine is repo-agnostic; the check list comes from the repo's own .claude/verify/config.ts.

5 2d ago A 59 tokens original MIT

arcblock-context

24

ArcBlock/agent-skills

Plugin Claude Code

ArcBlock company knowledge base: products, technical architecture, and strategy.

5 2d ago A tokens not measured original MIT