project-skeleton

Bootstrap or resume a .project_os/ research project harness.

2|Updated May 7, 2026
One-click install
npx skills add https://github.com/Teng-bio/codex-skills-hub --skill project-skeleton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-skeleton
Source: https://github.com/Teng-bio/codex-skills-hub/tree/main/skills/local/project-skeleton
Command: npx skills add https://github.com/Teng-bio/codex-skills-hub --skill project-skeleton

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires project_os, and includes scripts (resource) components.

What problem does it solve?

This skill simplifies the setup and management of project harnesses, making it efficient for users to handle various aspects of a research project workflow.

Core Features & Use Cases

  • Bootstrapping Projects: Start a new .project_os/ project harness for new research endeavors.
  • Resuming Projects: Resume work on existing .project_os/ project harnesses.
  • Route Management: Provides a simple way to auto-detect whether to bootstrap a new project or resume an existing one based on available project data.
  • Delegation: Allows users to defer project state handling to research-project-os.

Quick Start

Trigger the project-skeleton skill by saying, "初始化项目骨架" or "继续项目" to get started on your project harness.

Frequently Asked Questions about project-skeleton

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

FAQPage Schema
How do I set up a research project workflow for automation?

Setting up a research project workflow involves bootstrapping a new project harness within the .project_os/ directory. This initializes the project structure and facilitates seamless handling and automation of your research tasks.

Can I resume work on an existing research project harness?

Yes, you can resume an existing research project harness. The system auto-detects available project data within .project_os/ to determine whether to initialize a new project or resume an existing one.

Do I need a specific directory to manage project automation?

Yes, project automation and harness management rely on the existence of a .project_os/ directory. This directory requires the project_os.py script functionality to manage state and workflows effectively.

What is the best way to maintain a research project harness?

The best way to maintain a research project harness is by delegating project state handling to the research-project-os framework. This allows you to manage workflows and state seamlessly within the established project structure.

Why does project setup fail when the project_os directory is missing?

Project setup fails because the skill relies on the .project_os/ directory existing to manage state and workflows. Without this directory and the project_os.py script, the harness cannot be initialized or resumed.