Skip to content
Skillv1.0.0

AgentConfigScore

Keep the runtime dependency-free on Python 3.10+.

by LE0-Lin(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from LE0-Lin/AgentConfigScore (AGENTS.md). Install upstream with npx skills add LE0-Lin/AgentConfigScore. Copyright stays with the author.

Agent instructions — AgentConfigScore

Keep the runtime dependency-free on Python 3.10+.

Verification

  • Run PYTHONPATH=src python -m unittest discover -s tests -v after scanner or CLI changes.
  • Run PYTHONPATH=src python -m agent_config_score.cli examples/demo when changing scoring or output formatting.

Scope

  • Put scanning and scoring logic in src/agent_config_score/scanner.py.
  • Keep CLI argument parsing and terminal output in src/agent_config_score/cli.py.
  • Add a regression test for every false positive or false negative that is fixed.

Safety

  • Never print the full value of a detected credential.
  • Keep contradiction detection conservative; do not claim semantic conflicts without strong evidence.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/le0-lin-agentconfigscore-agentconfigscore/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

le0-lin-agentconfigscore-agentconfigscore.ocm.jsonjson
{
  "ocm": "1",
  "id": "le0-lin-agentconfigscore-agentconfigscore",
  "kind": "skill",
  "name": "AgentConfigScore",
  "description": "Keep the runtime dependency-free on Python 3.10+.",
  "publisher": "LE0-Lin",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding",
      "math"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Keep the runtime dependency-free on Python 3.10+."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/LE0-Lin/AgentConfigScore",
      "path": "AGENTS.md",
      "ref": "4b146fb64117c331ed8b418ea7138c650977ca35",
      "url": "https://github.com/LE0-Lin/AgentConfigScore/blob/4b146fb64117c331ed8b418ea7138c650977ca35/AGENTS.md",
      "key": "LE0-Lin/AgentConfigScore/AGENTS.md"
    }
  },
  "instructions": "# Agent instructions — AgentConfigScore\n\nKeep the runtime dependency-free on Python 3.10+.\n\n## Verification\n\n- Run `PYTHONPATH=src python -m unittest discover -s tests -v` after scanner or CLI changes.\n- Run `PYTHONPATH=src python -m agent_config_score.cli examples/demo` when changing scoring or output formatting.\n\n## Scope\n\n- Put scanning and scoring logic in `src/agent_config_score/scanner.py`.\n- Keep CLI argument parsing and terminal output in `src/agent_config_score/cli.py`.\n- Add a regression test for every false positive or false negative that is fixed.\n\n## Safety\n\n- Never print the full",
  "cost": {
    "context_tokens": 183
  }
}

Fetch it by URL: GET /api/v1/registry/le0-lin-agentconfigscore-agentconfigscore/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.