agentsclimarketplace

Ss guardrails

Skill lbk-open/super-spec/skills/ss-guardrails

Agent Skills that take a requirement — or a production alert — to a reviewed pull request: multi-agent TDD coding, a parallel review panel with severity-graded verdicts, living OpenSpec-compatible specs, and per-language guardrails.

Install
npx -y skills add lbk-open/super-spec --skill ss-guardrails

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

  • 1 stars1 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.

What its author says it does

Copied from the file, not written here

A library of safety, code-quality, and anti-mistake checklists that other ss-* skills consult on demand while writing or reviewing code. Not invoked directly by users — skills like ss-coding-workflow, ss-code-review, and ss-coding read core.md plus the relevant language file before generating or grading code.

SKILL.md

2.3 KB, as published. Nobody here has run it

Guardrails

This skill is a reference library, not a workflow. Other skills read it at the point where they need to write, change, or review code; it has no standalone "run" behavior of its own.

What's Here

FileCoversRead When
core.mdSecurity baseline, code-review dimensions and severity levels, unit-testing principles, and anti-mistake rules for AI coding agentsAlways — every coding or review task
java.mdJava exception handling and concurrency anti-patterns, JVM testing pitfallsProject is Java/Kotlin/JVM
go.mdGo error handling and testing pitfallsProject is Go
cpp.mdC++ memory safety, concurrency, error handling, and testing pitfallsProject is C++
web.mdFrontend/Node security and quality pitfallsProject is TypeScript/JavaScript/web
android.mdAndroid-specific safety and quality pitfallsProject is Android/Kotlin
ios.mdiOS-specific safety and quality pitfallsProject is iOS/Swift
flutter.mdFlutter/Dart-specific safety and quality pitfallsProject is Flutter

How to Use This

  1. Detect the project's primary language/stack (build files, file extensions, existing code) or ask if it's ambiguous.
  2. Read core.md in full — it applies regardless of stack.
  3. Read the one or two language files that match the project's stack. Skip the rest.
  4. Apply the checklists while writing code, and re-check against them during review, before claiming a task complete.

Treat this as read-only reference material: load it into context at the moment it's needed, apply it, and don't copy its contents into the user's repository. It carries no user-specific configuration and produces no output files of its own.

Failure Handling

If the project's stack isn't covered by any language file here, fall back to core.md alone and note the gap to the user rather than guessing at stack-specific rules that don't exist yet.

Keep looking

Skills are one crate of 328,083. 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.