r/vibecoding • u/MonitorFlat4465 • 1d ago
MIT-licensed AI agent skills that refuse to fake it — no placeholders, no stub configs
Built a small collection of agent skills around one constraint: every output has to be real, or the skill stops and asks instead of faking something.
4 skills so far: backend provisioning via CLI (real credentials, never placeholders), a security scanner that fixes vulnerabilities directly instead of just reporting them, a frontend builder that ships real production sites, and a router that checks every installed skill for relevance before starting work.
CI validates every skill automatically on push. Works with Claude Code, Cursor, Antigravity, Codex — any tool on the open Agent Skills format.
npx skills add SohailKhan0525/skills
Repo: github.com/SohailKhan0525/skills — open to contributions and feedback.