agentsclimarketplace

Standards kit

Skill wednesday-solutions/ai-agent-skills/skills/standards-kit

Pre-configured agent skills for Vibe Coded projects. These skills provide AI coding assistants (Claude Code, Cursor, etc.) with specific guidelines for code quality and design standards.

Install
npx -y skills add wednesday-solutions/ai-agent-skills --skill standards-kit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Unified development and design standards. Enforces code quality (complexity < 8), strict naming conventions, and the mandatory use of approved UI component libraries.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.7 KB, as published. Nobody here has run it

Standards Kit (Dev & Design)

This kit ensures every line of code and every UI element follows Wednesday Solutions' high-quality standards.

🚦 Decision Flow

1. DO NOT create custom UI components. 
   Check references/VISUALS.md for approved libraries.
2. Keep Cyclomatic Complexity < 8. 
   Check references/LOGIC.md for refactoring strategies.
3. Use PascalCase for UI/Types and camelCase for Logic.
4. Follow strict Import Ordering (React -> Next -> State -> UI -> Alias -> etc.).

🛠️ Technical Logic (Core)

  • Max Complexity: 8 (No exceptions).
  • Naming: PascalCase (UI/Types) / camelCase (Logic).
  • Forbidden: No console.log, magic numbers, or unused imports.
  • Graph Safety: Mark dynamic patterns with @wednesday-skills tags.

Read references/LOGIC.md for remediation and structure patterns.

🎨 Visual Design (Core)

  • Mandatory: Use shadcn, Aceternity, or Magic UI ONLY.
  • Identity: Green-to-Teal gradients, Instrument Serif headlines, DM Sans body.
  • Performance: Animate only transform and opacity.

Read references/VISUALS.md for tokens and component styling.

🏁 Enforcement Checklist

  • Complexity score verified (< 8).
  • UI components sourced from approved libraries.
  • Naming and imports follow strict patterns.
  • Accessibility and performance requirements met.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.