Developer Support
Connect With The Maintainer
jev-superpowers is an active open-source project. Whether you are wiring an interceptor for a custom coding agent harness, filing an issue, or contributing a new skill, use these direct channels.
Direct Communication Channels
We respond to technical issues, vulnerability disclosures, and pull requests promptly:
| Channel | Destination | Response Window | Primary Use |
|---|---|---|---|
| GitHub Issues | github.com/.../issues | Within 24 hours | Bug reports, skill requests, hook suggestions |
| Direct Email | akashpriyadarshi.dev@gmail.com |
Within 12 hours | Security reports, enterprise integration queries |
| X / Twitter | @Akash__ydv001 | Same day | Quick questions, ecosystem releases, discussions |
| in/akash-priyadarshi-1aa51b37a | 1 to 2 business days | Professional networking, project collaborations |
Issue Reporting Protocol
Submitting an Actionable Bug Report
To help us reproduce and resolve agent runtime errors quickly, please include these four items in your GitHub issue:
-
Harness & Model Version
Specify your coding agent harness (Claude Code v0.2.x, Cursor v0.45.x, OpenCode, Codex) and underlying base model. -
Command & Hook Invocation
Paste the exact tool call or shell command that triggered the unexpected gate action (e.g.jev-guardorlimpet). -
Diagnostic Trace Output
Runjev-seo doctorandbash scripts/test.sh, and include the terminal logs in a markdown code block. -
Expected vs Actual Gate Behavior
Explain whether the hook blocked a valid command prematurely or failed to catch an unverified dependency.
Contributing New Agent Skills
Every skill in this repository adheres to strict formatting requirements:
- Valid YAML frontmatter with short
nameanddescription. - Documented failure modes explaining exactly when and why the skill should refuse execution.
- A runnable check or bash test confirming the skill functions in isolation.
- Zero conversational fluff or streamable filler. Every primitive must output typed values.
Run bash scripts/test.sh before submitting a pull request to verify that all 22 offline integrity checks pass cleanly.