paper-assembly
The paper-assembly skill orchestrates a multi-phase research paper pipeline, managing state propagation, checkpointing, and dependency tracking across eleven research stages from literature review to final PDF compilation.
Is paper-assembly safe to install?
Review the source first: our audit of paper-assembly's source files found 2 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes arbitrary Python scripts located in the user's local file system and performs read/write operations on the paper project directory.
How we audit skills: our security review methodology.
Who is this skill for?
Researchers and AI agents managing complex, multi-stage academic paper generation projects.
What can you do with it?
- Managing state propagation between research phases
- Checking pipeline completeness for paper projects
- Checkpointing and resuming interrupted research workflows
- Validating artifact consistency across paper components
How good is this skill?
Quality score: 5/10. The skill provides a clear, structured framework for managing complex research workflows. The documentation is thorough regarding dependencies and state management.
What does the skill file contain?
# Paper Assembly Orchestrate the entire paper pipeline end-to-end with state management and checkpointing. ## Input - `$0` — Paper project directory or paper plan ## References - Orchestration patterns and state management: `~/.claude/skills/paper-assembly/references/orchestration-patterns.md` ## Scripts ### Check pipeline completeness ```bash python ~/.claude/skills/paper-assembly/scripts/assembly_checker.py --dir paper/ --output checkpoint.json python ~/.claude/skills/paper-assembly/scripts/assembly_checker.py --dir paper/ --verbose ``` Scans paper directory, checks 9 pipeline phases...
Frequently asked questions
How does the skill track progress?
It uses a JSON-based checkpoint file that records completed phases, the current phase, and associated artifact paths.
Can I skip research phases?
No. The skill enforces a strict dependency order where each phase relies on the outputs of previous phases.
What happens if I change an upstream phase?
The rules require re-running all downstream phases to maintain consistency.
Related skills
lark-workflow-meeting-summary
219.7KUsers who need to summarize meeting minutes, generate weekly reports, or review meeting history within the Lark ecosystem
The lark-workflow-meeting-summary skill provides a structured workflow for agents to aggregate meeting minutes from Lark VC, generate summaries, and create or update reports in Lark Docs.
programmatic-seo
83.5KContent strategists, SEO specialists, and marketers building large-scale, data-driven website content
The programmatic-seo skill provides a framework for generating SEO-optimized pages at scale using templates and data. It guides users through keyword research, data sourcing, template design, internal linking, and indexation strategies while emphasizing content uniqueness to avoid search engine penalties.
ad-creative
64.0KPerformance marketers, growth teams, and advertisers who need to produce ad copy at scale or optimize existing ad creative
The ad-creative skill generates, iterates, and scales ad copy for paid advertising platforms including Google, Meta, LinkedIn, TikTok, and Twitter. It provides frameworks for creating ad headlines, descriptions, and primary text based on product context and performance data.
customer-research
46.7KProduct marketers, founders, and researchers who need to ground their strategy in customer data
The customer-research skill provides a framework for analyzing existing research assets and gathering new insights from online communities to inform product marketing, messaging, and persona development.