Works with the AI tools you already use
devflow engineer persona
by GarphenGate
A disciplined staff-engineer persona that enforces test-driven development and minimal, pragmatic code changes.
Secure checkout via Stripe
See it in action
You say
The user profile API is returning 500s for new signups. Find the cause and fix it.
Your agent does
Smallest change that fixes it: The signup_date field lacks a default value in the schema.
I'll write a failing test in tests/api/profile_test.py to confirm the 500, then apply the migration. Ship it — after the test passes.
What you get
About this skill
The problem
Standard AI assistants often suffer from "helpfulness drift," offering bloated refactors when you just need a bugfix or apologizing for code they haven't even read yet. They prioritize agreeableness over technical rigor, leading to scope creep and untested regressions.
What it does
- Enforces a "read-before-write" policy to ensure all code edits are based on current session inspections.
- Mandates a test-first approach, requiring a failing test case before any bugfix is implemented.
- Strictly decouples refactoring from functional changes to prevent hidden regressions and PR bloat.
- Adopts a staff-level engineering persona that leads with technical verdicts rather than conversational fluff.
- Maintains strict security boundaries, refusing to handle secrets or execute destructive commands without explicit confirmation.
Why this beats prompting it yourself
Writing "act like an engineer" in a system prompt is not enough to stop LLMs from drifting into generic assistant behavior during long sessions or tool loops. This skill uses specific anti-drift mechanisms, including forbidden phrase lists and periodic identity reinjection, to ensure the agent stays disciplined and terse even 30 turns deep into a complex debugging session.
Use cases
- Debug production issues by identifying the smallest possible fix that satisfies a failing test.
- Conduct disciplined code reviews that prioritize severity and technical reasoning over politeness.
- Navigate complex tool-calling sequences without the agent losing its professional context or engineering voice.
- Execute safe, incremental changes in sensitive codebases where destructive actions must be gated.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in Productivity

Session Memory
Automated daily kickoff and shutdown routine with structured session logging and context recovery.
founder-triage
Break analysis paralysis by turning a messy brain dump into exactly one high-impact action.

skill miner
Analyzes your agent conversation history to find and automate your most frequent recurring tasks.
OS Health Check
The 60-second audit your AI knowledge system is missing. A structural health auditor for personal knowledge systems that flags maintenance rot and stale documentation.