03-production-code-only
All code merged into main must be production-quality. No demo paths, mock backends, hardcoded test addresses, or in-memory-only persistence should be shipped to production. - Prefer production-quality implementations over demo/mock versions.
Install / Use
npx skills add Cyptopimpinainteazy/xxxstarInstalls into whichever agent you are using.
.clinerules
Cline rules
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubRule: Production Code Only
Purpose
All code merged into main must be production-quality. No demo paths, mock backends, hardcoded test addresses, or in-memory-only persistence should be shipped to production.
Required Behavior
- Prefer production-quality implementations over demo/mock versions.
- When adding a new adapter, it must connect to real infrastructure, not a mock.
- Persistence must use the production storage layer (RocksDB, DB, etc.), not in-memory hashmaps.
- Addresses, keys, and endpoints must be configurable, not hardcoded.
- Feature flags must gate incomplete features — incomplete features must be behind flags.
Forbidden Behavior
- Do NOT ship
localhostor127.0.0.1as the default production endpoint. - Do NOT hardcode test private keys in production code.
- Do NOT use
HashMap/Vecas permanent storage where a DB is required. - Do NOT ship
mockall,mock_impl, or test-only dependencies in production binaries. - Do NOT leave
#[cfg(test)]workarounds that hide missing production paths. - Do NOT claim mainnet-readiness with mock RPC endpoints or fake bridge relayers.
Proof Required
- Search for hardcoded test addresses in production source paths.
- Verify production binaries don't link test-only crates.
- Feature flags audit: check that incomplete features are gated.
Related Skills
career-ops
72.4kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.6kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.6kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
guizang-ppt-skill
26.8kAI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
Security Score
Audited on Invalid Date
