New Writing Project banner
Kiibou-chan Kiibou-chan

New Writing Project

Development community

Description

--- description: Scaffold a new academic-writing project: stamp a template CLAUDE.md and starter .claude/settings.json into the current repo --- You are bootstrapping a new academic-writing project in the current working directory. Do this: 1. Confirm the working directory. If it is not a git repository, offer to run `git init -b main` (ask first, do not assume). 2. Ask the user, via one AskUserQuestion with several free-text-friendly questions (or one at a time if clearer), for the placehold

Installation

Installs to ~/.claude/skills/kiibou-chan-academic-writing-new-writing-project/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kiibou-chan-academic-writing-new-writing-project && curl -fsSL https://raw.githubusercontent.com/Kiibou-chan/academic-writing/HEAD/commands/new-writing-project.md -o ~/.claude/skills/kiibou-chan-academic-writing-new-writing-project/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository