AgentStack
SKILL verified Apache-2.0 Self-run

Sruja Harness

skill-sruja-ai-sruja-sruja-harness · by sruja-ai

>

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

Install

$ agentstack add skill-sruja-ai-sruja-sruja-harness

✓ 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.

Are you the author of Sruja Harness? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Sruja Harness Skill

Universal verification adapter — works with any coding, bugfix, or review skill.

Quick Start

  1. Install alongside other skills:

``bash npx skills add https://github.com/sruja-ai/sruja --skill sruja-harness npx skills add https://github.com/sruja-ai/sruja --skill sruja-architecture ``

  1. Use with any skill: This skill does not generate code. It verifies output from other skills.
  1. Before marking a task done:

``bash sruja verify-task --profile coding -r . ``

  1. On verify failure:

``bash sruja agent record -r . \ -c "" \ -H "" \ -o failed \ -g "" ``

Rules

  • Always verify before done — Run sruja verify-task with the appropriate profile before declaring a task complete.
  • Profile selection:
  • coding — New features, refactors (default)
  • bugfix — Bug fixes (use --file to target the bug location)
  • review — Pre-merge review of changes
  • arch — Architecture/DSL changes
  • On failure: Record a correction learning before retrying.
  • On success: Optionally record an affirmation learning ("what worked").

Integration with Other Skills

Coding Skill (e.g. /build) → sruja-harness verify → record_learning → done

This skill does not replace coding skills — it ensures their output passes Sruja's architecture gates.

Profiles

| Profile | Verifies | |---------|----------| | coding | lint repo.sruja + just check (or make check) + drift | | bugfix | focus --file + just check (or make check) + intent check | | review | review -f json + intent check + drift | | arch | lint repo.sruja + drift + intent check + review |

References

  • [docs/HOSTAGENTINTEGRATION.md](../../docs/HOSTAGENTINTEGRATION.md) — Full integration contract
  • [docs/plans/AGENTDELIVERYPLAN.md](../../docs/plans/AGENTDELIVERYPLAN.md) — Delivery roadmap

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.