- Home
- Skills
- Gmickel
- Gmickel Claude Marketplace
- Flow Next Prime
flow-next-prime_skill
- Python
458
GitHub Stars
4
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill gmickel/gmickel-claude-marketplace --skill flow-next-prime- pillars.md7.1 KB
- remediation.md6.1 KB
- SKILL.md4.9 KB
- workflow.md10.4 KB
Overview
This skill performs a comprehensive codebase assessment focused on agent and production readiness. It scans eight pillars (48 criteria), verifies that commands actually run, inspects GitHub settings, and reports findings. It offers targeted fixes only for agent readiness pillars to make repositories reliably usable by autonomous agents.
How this skill works
The skill runs nine lightweight scouts in parallel to collect fast diagnostics across style, build, testing, docs, dev environment, observability, security, and workflows. It then verifies executable commands (tests, build, linters), computes an agent-readiness score and maturity level, and produces a full report. For Agent Readiness pillars (1–5) it proposes and can generate config/docs/scripts after explicit user consent; pillars 6–8 are reported only.
When to use it
- Preparing a repo so AI agents can work reliably and autonomously
- Evaluating a project before enabling overnight/autonomous coding (Ralph mode)
- Prioritizing immediate fixes that reduce agent failures and wasted cycles
- Verifying that test/build/lint commands actually run in the repository environment
- Generating an actionable agent-focused remediation plan before scaling automation
Best practices
- Run the assessment from the repository root or pass an explicit path to scan a different project
- Use --report-only to gather data without applying fixes, useful for audits
- Prefer incremental fixes: aim for Maturity Level 3 (Standardized) before optimizing further
- Always review generated config/docs/scripts before committing; the skill never commits changes for you
- Provide explicit consent when asked; the tool uses an AskUserQuestion step before any modifications
Example use cases
- Onboard a new autonomous agent pipeline and ensure fast local feedback (pre-commit, linters, type checks)
- Hardening developer experience: add .env.example, devcontainer, and test commands so agents can reproduce runs
- Audit a repo for missing CLAUDE.md or agent guidance and generate a concise CLAUDE.md draft
- Run nightly checks to detect drift in test/build commands and re-anchor repository context
- Prepare a monorepo for agent workflows by verifying build tooling and lockfiles
FAQ
It only proposes and can create or modify non-code files (configs, scripts, docs) within agent-readiness pillars after you approve each change.
Will it change production settings like branch protection or secrets?
No. Pillars 6–8 (observability, security, workflow/process) are reported only; the skill never applies fixes for production governance.
Can I skip remediation and just get a report?
Yes. Use the --report-only option to generate a full assessment without any remediation steps.