manual-setup

Install four Manual agents and merge CLAUDE.md into a project.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/pjy4617/pjy-claude-skill --skill manual-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manual-setup
Source: https://github.com/pjy4617/pjy-claude-skill/tree/main/plugins/manual/skills/manual-setup
Command: npx skills add https://github.com/pjy4617/pjy-claude-skill --skill manual-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual 스킬 환경 초기 설정과 에이전트/CLAUDE.md 통합을 빠르게 수행하여 프로젝트 시작 시간을 단축합니다.

Core Features & Use Cases

  • 에이전트 4명 설치: sphinx-manual-writer, manual-writer, windows-manual-writer, manual-reviewer를 프로젝트의 .claude/agents에 복사합니다.
  • CLAUDE.md 병합: PLUGIN_DIR/claude-md/CLAUDE.md 내용을 프로젝트의 .claude/CLAUDE.md에 추가합니다.
  • Python 의존성 안내 및 설치 가이드: Sphinx 관련 패키지 설치 가이드를 제공합니다.
  • 설치 결과 보고 및 시작 지침: 설치 완료 후 시작 문구를 제공합니다.

Quick Start

프로젝트 루트에서 Manual 스킬 환경을 초기화하고 4명의 에이전트와 CLAUDE.md를 설치합니다.

Frequently Asked Questions about manual-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Sphinx documentation agents and CLAUDE.md in a new project?

To set up Sphinx documentation agents and CLAUDE.md, this skill copies four predefined manual agents into the .claude/agents directory and merges configuration into .claude/CLAUDE.md, bootstrapping your documentation workflow quickly.

What agents are installed for manual documentation workflows?

The manual documentation workflow installs four agents: sphinx-manual-writer, manual-writer, windows-manual-writer, and manual-reviewer, all copied directly into your project's .claude/agents directory for immediate use.

Do I need to install Python dependencies for Sphinx-based documentation setup?

Yes, Sphinx-based documentation setup requires Python dependencies. After installing the agents and merging CLAUDE.md, the skill guides you through installing the necessary Sphinx-related Python packages to ensure the environment is fully configured.

Can I use this setup to standardize documentation across different developer environments?

You can use this setup to standardize documentation across developer environments by applying consistent agent installations and a unified CLAUDE.md configuration to new projects, ensuring all team members share the same manual workflow baseline.

What is the best way to bootstrap a manual workflow for new projects?

The best way to bootstrap a manual workflow for new projects is to run this setup in the project root, which automatically installs the four required agents, merges the CLAUDE.md file, and provides Python dependency guidance.

Why is my CLAUDE.md not updating after running the agent setup?

If your CLAUDE.md is not updating, verify the installation completed successfully. The setup merges content from the plugin's CLAUDE.md into your project's .claude/CLAUDE.md directory, appending the manual workflow configuration required by the agents.