writing-plans
✓Use when creating implementation plans. Mandates exact file paths, complete code samples, and expected output. No vague language allowed.
Installation
SKILL.md
Core Principle: Exact code in plan, not descriptions of code.
import { render, screen } from '@testing-library/react'; import { LoginForm } from '../src/components/LoginForm';
test('renders email input', () => { render( ); expect(screen.getByLabelText('Email')).toBeInTheDocument(); });
Use when creating implementation plans. Mandates exact file paths, complete code samples, and expected output. No vague language allowed. Source: baxtercooper/nexus.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/baxtercooper/nexus --skill writing-plans- Source
- baxtercooper/nexus
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is writing-plans?
Use when creating implementation plans. Mandates exact file paths, complete code samples, and expected output. No vague language allowed. Source: baxtercooper/nexus.
How do I install writing-plans?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/baxtercooper/nexus --skill writing-plans Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/baxtercooper/nexus
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01