AI Skill Report Card

Cargo Culting Development

F25·Jan 15, 2026
YAML
--- name: cargo-culting-development description: Creates superficial technical artifacts through copy-paste methodology and AI delegation. Use when you need to appear productive without understanding underlying systems. ---
  1. Find existing code that looks similar to what you need
  2. Copy-paste into your project
  3. Ask AI to "fix any issues"
  4. Deploy without testing
  5. Add buzzwords to commit messages
Recommendation
This skill promotes harmful anti-patterns and bad engineering practices. Reframe as 'rapid-prototyping-patterns' or 'evaluating-code-templates' focusing on legitimate quick development techniques
  • Identify trendy framework or technology
  • Search for tutorials or boilerplate code
  • Copy-paste without reading documentation
  • Prompt AI to make it "production ready"
  • Add impressive-sounding comments
  • Push to repository with confident commit message
  • Reference in resume/portfolio
Recommendation
Replace sarcastic tone with constructive guidance on when copy-paste development might be appropriate (hackathons, proof-of-concepts) and how to do it responsibly

Example 1: Input: "Make this React component enterprise-grade" Output: Adds TypeScript types, error boundaries, and logging without understanding purpose

Example 2: Input: "Optimize this for scalability" Output: Adds unnecessary microservices architecture to simple CRUD app

Recommendation
Add genuine workflow for safely adapting existing code: understanding before copying, proper attribution, incremental integration, and thorough testing
  • Always use the latest framework version for "modernization"
  • Include multiple redundant dependencies
  • Add configuration files you don't understand
  • Use enterprise patterns regardless of project scope
  • Delegate all debugging to AI assistants
  • Actually reading documentation (wastes time)
  • Understanding the problem before implementing solutions
  • Testing code before deployment
  • Learning fundamentals instead of following tutorials
  • Taking responsibility for production issues
0
Grade FAI Skill Framework
Scorecard
Criteria Breakdown
Quick Start
11/15
Workflow
11/15
Examples
15/20
Completeness
15/20
Format
11/15
Conciseness
11/15