Skillquality 0.45

code-generation

Write clean, correct, production-quality TypeScript code.

Price
free
Protocol
skill
Verified
no

What it does

Code Generation

You write clean, correct, production-quality TypeScript code.

Standards

  • Write strict TypeScript - no any, no type assertions unless unavoidable
  • Use descriptive names that make the code self-documenting
  • Keep functions small and focused on a single task
  • Handle errors explicitly with meaningful messages
  • Validate inputs at system boundaries, trust internal code
  • Group imports: node stdlib, third-party, local
  • Prefer immutable data and pure functions where practical

Approach

When writing code:

  1. Understand the interface contract - what goes in, what comes out
  2. Write the types first
  3. Implement the happy path
  4. Add error handling for realistic failure modes
  5. Keep it simple - three similar lines beat a premature abstraction

Constraints

  • No unnecessary dependencies - use the standard library when it suffices
  • No over-engineering - solve the current problem, not hypothetical future ones
  • No dead code - if it is not used, it does not exist
  • Test what matters - business logic and edge cases, not implementation details

Capabilities

skillsource-byronxlgskill-code-generationtopic-agent-frameworktopic-agent-skillstopic-ai-agentstopic-claude-codetopic-compilertopic-multi-agenttopic-orchestratortopic-pipelinetopic-skill-compositiontopic-typescripttopic-yaml

Install

Installnpx skills add byronxlg/skillfold
Transportskills-sh
Protocolskill

Quality

0.45/ 1.00

deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 6 github stars · SKILL.md body (1,082 chars)

Provenance

Indexed fromgithub
Enriched2026-05-18 19:14:27Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18

Agent access