AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

11 Factor Cli

skill-just-agent-just-product-factor-11-factor-cli · by Just-Agent

A Claude skill from Just-Agent/just-product-factor.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-just-agent-just-product-factor-11-factor-cli

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-just-agent-just-product-factor-11-factor-cli)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of 11 Factor Cli? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

11-factor-cli Skill

Version: v0.7.0

Purpose

Use this Skill to audit and refactor command-line products so they are installable, understandable, scriptable, observable, testable, and release-ready.

When to use

Use this Skill when a project contains a CLI entrypoint, developer tool, automation wrapper, scaffold generator, local command runner, or product-facing command interface.

Typical targets:

  • Node.js CLIs using bin, commander, yargs, oclif, or custom scripts
  • Python CLIs using argparse, click, typer, or console scripts
  • Go, Rust, or shell-based CLIs
  • GitHub Actions helper commands
  • Agent-generated CLI tools that need product polish

When not to use

Do not use this Skill for pure web UI review, RAG quality review, MCP schema review, or Agent architecture review unless the CLI is the main product interface. Use a more specific Factor Skill first, then combine this Skill for the command layer.

Inputs

  • Repository tree or source archive
  • README and command docs
  • CLI entrypoint files
  • Package metadata and install instructions
  • Examples, tests, workflows, and release scripts if present
  • Error logs or user complaints if available

Workflow

  1. Identify the CLI runtime, install path, and command surface.
  2. Check whether a new user can install, run help, execute the happy path, and recover from errors.
  3. Apply checklist.md and collect evidence.
  4. Score the project with scoring-rubric.md.
  5. Produce audit-report-template.md output.
  6. Produce refactor-plan-template.md output.
  7. Recommend validation commands and record anything that could not be executed.

Review dimensions

  1. Installability
  2. Command surface
  3. Help and examples
  4. Input validation
  5. Error handling
  6. Configuration and environment
  7. Output contract
  8. Logging and verbosity
  9. Automation friendliness
  10. Testing and smoke checks
  11. Packaging and release readiness

Scoring

Use a 100-point score. Treat installability, command UX, error handling, and validation as blocking quality gates. A CLI with a beautiful README but no runnable entrypoint should not pass release readiness.

Refactor priority

  1. Make it installable.
  2. Make --help useful.
  3. Make the happy path work.
  4. Make failure modes understandable.
  5. Make outputs stable for scripts and Agents.
  6. Add smoke tests and release packaging.

Output format

Return:

  • Executive summary
  • Score table
  • Evidence-based findings
  • Command UX review
  • Installation and packaging review
  • Refactor plan
  • Validation commands
  • Assumptions and unknowns

Example call

Use the 11-factor-cli skill to audit this CLI for installability, command UX, configuration, error handling, logging, testing, packaging, and release readiness.

Version history

  • v0.5.0: Added as a first-class Factor Skill for command-line products.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.