sainpo
Community@mewishu
sainpo provides skills for secure code auditing, test-driven development, product discovery, and deployments to Cloudflare and Vercel.
Agent Skills by sainpo
Showing 7 vetted skills indexed across 1 GitHub repositories.
test-driven-development
Enforces red-green-refactor test-driven development workflow before writing production code.
cloudflare-deploy
Deploy applications and infrastructure to Cloudflare using Workers, Pages, and platform services.
stitch-loop
Automates iterative website generation using Stitch MCP tools through a baton-passing loop pattern.
discovery-process
Orchestrates a six-phase product discovery cycle from problem hypothesis to validated solution.
zeroize-audit
Detects missing or compiler-eliminated zeroization of secrets in C, C++, and Rust code.
audit-context-building
Analyze codebase functions to map assumptions, guarantees, and cross-function dependencies before security audits.
vercel-deploy
Deploy applications and websites to Vercel with preview URLs and claim links.
Frequently Asked Questions About sainpo
FAQPage SchemaWhat tasks can I accomplish using sainpo's skills?▼
You can audit C/C++/Rust code for missing zeroization of sensitive data, build codebase context before security reviews, apply test-driven development before writing implementation code, deploy apps to Cloudflare or Vercel, iteratively build websites with Stitch, and run structured product discovery cycles from hypothesis to validated solution.
Who are sainpo's skills designed for?▼
The skills target security engineers auditing code handling secrets, developers practicing test-driven development, engineers deploying to Cloudflare or Vercel, and product managers validating problem hypotheses through customer interviews, synthesis, and experiments before committing to full development.
How do the deployment skills work in practice?▼
Invoke cloudflare-deploy when asked to deploy, host, or publish a project on Cloudflare Workers or Pages. Invoke vercel-deploy when requesting actions like 'deploy my app', 'push this live', or creating a preview deployment. Both map natural-language deploy requests to platform-specific actions.
What prerequisites or dependencies do these skills require?▼
zeroize-audit uses Read, Grep, Glob, Bash, and Serena symbol-navigation tools for assembly-level analysis. stitch-loop requires Stitch and Chrome access plus Read, Write, and Bash. discovery-process takes a problem hypothesis argument and runs 30-60 minutes per cycle.
When should I use audit-context-building versus zeroize-audit?▼
Use audit-context-building first to understand an unfamiliar codebase's assumptions, guarantees, and dependencies before any audit or threat model. Then run zeroize-audit to detect missing or compiler-optimized-away zeroization of secrets, keys, and passwords in C, C++, or Rust code.