deaglecodes
UserAgentic engineering skills and safety hooks for AI-assisted app building
Categories
Indexed Skills (9)
ae-dependency-safety
Use when installing, updating, auditing, or configuring package managers. Enforce a 7-day release-age delay where supported, stop or warn on unsupported versions, and report managers without native age gates.
ae-debug-loop
Use for diagnosing failing commands, broken workflows, CI failures, and unexpected runtime behavior. Form a hypothesis, gather evidence, change one thing, and verify.
ae-diff-review
Use before finishing any code, docs, script, or config change. Review the diff for behavior changes, secret exposure, accidental churn, missing tests, and whether the implementation matches the user's requested outcome.
ae-release-readiness
Use before tagging, announcing, or promoting a release. Confirm docs, changelog, security policy, install paths, CI, smoke tests, caveats, and public claims are ready.
ae-repo-audit
Use to inspect a repository before significant work, release readiness checks, public publishing, migration, adapter quality review, security review, or comparison against a reference repo.
ae-security-boundaries
Use when a task touches secrets, auth, permissions, package installs, external services, payments, deployment, browser sessions, local credentials, or files that may contain private user data.
ae-spec-and-plan
Use before implementation when a coding task is broad, ambiguous, risky, product-facing, or likely to touch multiple files. Convert intent into a decision-complete plan with success criteria, constraints, and tests.
ae-test-first-fix
Use when fixing a reproducible bug or regression in existing code. First reproduce or define the failure, then add or locate a test, implement the minimum fix, and rerun targeted checks.
ae-verification-loop
Use when a task needs proof before handoff. Choose targeted checks, run them, interpret failures, and produce a final validation summary instead of relying on confidence.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.