New Code Boilerplate — Development skill for Claude Code
Act as a senior Perl architect.
How to install New Code Boilerplate
Installs to ~/.claude/skills/nigelhorne-claude-new-code-boilerplate/SKILL.md
mkdir -p ~/.claude/skills/nigelhorne-claude-new-code-boilerplate && curl -fsSL https://raw.githubusercontent.com/nigelhorne/claude/HEAD/commands/new-code-boilerplate.md -o ~/.claude/skills/nigelhorne-claude-new-code-boilerplate/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What New Code Boilerplate does
Act as a senior Perl architect. Generate the complete scaffold for a new Perl module (or script) based on the provided requirements.
ARCHITECTURE & STYLE
- Enforce strict pragmas:
use strict;,use warnings;, anduse autodie qw(:all);. - Indent strictly with tabs. All code must be strictly ASCII.
- Use
Readonlyor a%confighash for all constants. No magic numbers/strings. - Implement a robust constructor (
new) if object-oriented, returning$selffor chaining where appropriate.
Alternatives in Development
- Antigravity Claude Proxy — Proxy that exposes Antigravity provided claude / gemini models, so we can use them in Claude Code and OpenClaw 3.5k ★
- Quick Plan — Create a detailed implementation plan based on the user's requirements provided through the USER_PROMPT variab 3.4k ★
- Discuss — Act as a planning interviewer 2.9k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Logic Reducer
Act as a Senior Formal Methods Architect and Perl SDET. Apply syllogistic logic, deductive reasoning, and bool
Modernize
Act as a senior Perl refactoring architect. Modernize the provided legacy Perl code to meet strict, contempora
Generate Requirements From Website
Generate Requirements content from a provided website module
Hatch3r Auth Scaffold
Scaffold authentication boilerplate for a greenfield API service — OAuth 2.1 authorization-code-with-PKCE flow
Ha Integration Scaffold
Generate boilerplate for a new Home Assistant custom integration
Surreal Scaffold
Scaffold a starter SurrealDB v3 schema plus SDK v2 boilerplate for a new project.
Related Agents
Timps Boilerplate Architect
Scaffold a new project: folder structure, stub files, setup commands. Supports any language or framework — des
ETL Orchestrator
Autonomously builds complete BigQuery data models from provided requirements through testing and monitoring. U
Daw Module Verifier
Spawn it in VERIFY, on an implementation it did not write, to cross-check a module against the PRD, the spec a