Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

statsclaw-codex

statsclaw-codex contient 21 skills collectées depuis statsclaw, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
21
Stars
0
mis à jour
2026-04-17
Forks
0
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

attribution
Secrétaires de direction et assistants administratifs

[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Commit authorship policy: shipper and every other agent must NOT append any Co-authored-by trailer, tooling footer, or bot identity to commit messages. The user is the sole author of every commit produced by the framework.

2026-04-17
brain-sync
Développeurs de logiciels

[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Knowledge-sharing lifecycle: Opt-In → Acquire → Read → Extract → Consent → Upload. Drives when and how the distiller is dispatched, how brain-contributions.md is surfaced to the user, and how approved entries are PR-ed to statsclaw/brain-seedbank.

2026-04-17
statsclaw-protocol
Développeurs de logiciels

[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Core orchestration protocol for the StatsClaw 9-agent framework. Defines every gate, state transition, precondition, must-not rule, workflow catalog, and signal-handling policy that the leader enforces.

2026-04-17
brain
Développeurs de logiciels

Enable, disable, or inspect the StatsClaw shared brain — the cross-user knowledge system that lets agents read curated statistical knowledge and optionally contribute back. Use this skill when the user says "turn on brain", "enable brain mode", "turn off brain", "check brain status", "brain on", "brain off", or invokes $brain with on/off/status. Saves the setting to context.md and clones the brain repos if enabling. Full contribution lifecycle lives in skills/brain-sync.

2026-04-17
contribute
Développeurs de logiciels

Extract reusable knowledge from the current session, privacy-scrub it, and (with explicit user consent) submit it to the shared StatsClaw brain-seedbank as a pull request. Use this skill when the user says "contribute", "share what I learned", "submit lessons", "add to brain", "contribute knowledge", or invokes $contribute. Bypasses the automatic frequency heuristic but applies the same quality gate and mandatory user-consent step — nothing is uploaded without explicit approval.

2026-04-17
credential-setup
Développeurs de logiciels

[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] GitHub credential detection and verification. Establishes whether gh CLI, SSH key, $GITHUB_TOKEN, or a credential helper is available before any network-touching work runs.

2026-04-17
handoff
Spécialistes en gestion de projets

[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Artifact handoff protocol for the two-pipeline architecture. Defines which files are produced by whom, what each downstream teammate may read, and how the workspace repo receives the run log.

2026-04-17
isolation
Développeurs de logiciels

[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Two-pipeline isolation protocol. Specifies worktree-level (filesystem) and pipeline-level (information) isolation — which agents get which specs, how dispatch.sh --worktree creates and merges back, and what counts as a violation.

2026-04-17
issue-patrol
Spécialistes en gestion de projets

[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Full GitHub issue-patrol protocol: scan → triage → per-issue planner→builder→tester→scriber→reviewer→shipper chain → PR + reply → patrol-report.md. The user-facing entry is the `patrol` skill; this file contains the mechanics.

2026-04-17
loop
Développeurs de logiciels

Run a prompt or another StatsClaw skill on a recurring interval (default every 10 minutes). Use this skill when the user says "every 5 minutes do X", "check the deploy every 10 min", "keep running patrol", "poll until Y", "monitor on an interval", or invokes $loop. Delegates to scripts/loop.sh which manages the recurring child process — never implements polling with sleep inside the main session.

2026-04-17
mailbox
Développeurs de logiciels

[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Inter-agent mailbox protocol. Specifies how teammates drop HOLD_REQUEST / BLOCK / STATUS messages into the shared mailbox and how leader drains it on every transition.

2026-04-17
patrol
Développeurs de logiciels

Scan and auto-fix open GitHub issues across a target repository using the StatsClaw 9-agent workflow. Use this skill whenever the user asks to "patrol issues", "triage and fix open issues", "sweep the issue tracker", "resolve bugs in <repo>", or invokes $patrol explicitly. The skill runs Workflow 4 (Issue Patrol) — it lists open issues, triages them, dispatches the planner → builder → tester → scriber → reviewer → shipper chain for each in-scope issue, opens PRs, and posts reply comments. Accepts arguments of the form `<owner/repo> [base-branch]` or a GitHub URL.

2026-04-17
privacy-scrub
Développeurs de logiciels

[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] PII-removal protocol applied to every candidate brain entry before it leaves the user's machine. Four categories: identifiers, paths/references, code references (genericized), data references.

2026-04-17
profile-detection
Développeurs de logiciels

[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Automatic language-profile selection for a target repository by inspecting file markers (DESCRIPTION → r-package, pyproject.toml → python-package, etc.).

2026-04-17
progress-bar
Développeurs de logiciels

[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Rendering of the visual progress bar that leader prints after every status.md update. Not triggered by user intent; purely a formatting protocol.

2026-04-17
review
Analystes en assurance qualité des logiciels et testeurs

Run a convergence-check review of the current run without shipping — reviewer reads every artifact across code/test/simulation pipelines and issues a PASS / PASS WITH NOTE / STOP verdict. Use this skill when the user says "review this", "check the work", "audit the run", "give me a verdict", "is it ready to ship", or invokes $review. Runs Workflow 8 (Review Only) — reviewer only, no shipper dispatch.

2026-04-17
ship-it
Développeurs de logiciels

Commit, push, and open a pull request for the reviewed changes in the current run — plus sync the workspace log and, if applicable, open a brain-seedbank PR. Use this skill whenever the user says "ship it", "push the changes", "open a PR", "commit and push", "send it to main", "release this", or invokes $ship-it. Runs Workflow 7 (Ship Only) — dispatches reviewer first if no recent review exists, aborts on STOP verdicts, and only ships on PASS or PASS WITH NOTE.

2026-04-17
simplified-workflow
Développeurs de logiciels

[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Workflow 10 mechanics. Defines the smallness criteria, the reduced dispatch chain, and the hard gates that remain (credentials, reviewer) even when the full two-pipeline architecture is collapsed.

2026-04-17
simulate
Développeurs de logiciels

Run a Monte Carlo simulation study to evaluate finite-sample properties (bias, RMSE, coverage, size, power) of a statistical estimator. Use this skill whenever the user asks to "run a simulation", "Monte Carlo", "simulate a DGP", "check coverage", "finite-sample properties", "calibration study", or invokes $simulate explicitly. Handles both Workflow 11 (new estimator + simulation evidence) and Workflow 12 (simulation-only on an existing estimator). Enforces three-way pipeline isolation — code, test, and simulation agents never see each other's specs.

2026-04-17
simulation-study
Développeurs de logiciels

[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Full Monte Carlo simulation protocol: DGP specification, harness design, convergence diagnostics, tolerance integrity, and coverage/size/power reporting. The user-facing entry is the `simulate` skill; this file contains the mechanics.

2026-04-17
workspace-sync
Développeurs de logiciels

[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Centralized workflow-log repository sync. Governs acquisition of the workspace repo, runtime state layout, and the post-run push of logs and CHANGELOG/HANDOFF entries.

2026-04-17