agentsclimarketplace

Conforming

Skill eugenelim/agent-ready-repo/packages/agentbundle/tests/fixtures/creds/skills/conforming

A credentialed-CLI fixture skill that satisfies every AC26 check; lint should report zero findings.From its SKILL.md

Install
npx -y skills add eugenelim/agent-ready-repo --skill conforming

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 15 stars15 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

0.9 KB, 182 tokens by cl100k_base, as published. Nobody here has run it

A no-op fixture skill used by T10's conventions-check lint tests.

Security rules (non-negotiable)

  • Secrets live only in ~/.agentbundle/credentials.env (mode 0600 on POSIX; DACL-restricted on Windows), the OS keyring, or process environment variables. Never read that file, print it, or echo the token.
  • Never put the token on the command line. The primitive refuses flags like --token / --api-token / --bearer / --pat / --password and exits — do not work around it.
  • If check exits with the "missing credentials" code, tell the user to run agentbundle creds setup <namespace> themselves. It's interactive — do not run it for them.

What ships with it: 1 file

337 B alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.