Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

project-agent-bootstrap

This repo is an entry point. The full source lives at FOX-WSW/AI-WORK.

What is this?

project-agent-bootstrap is a security-first skill for building, modernizing, or auditing a project-specific intelligent bot with Feishu/Lark and Codex.

It covers the full lifecycle: requirements intake, secure scaffolding, read-only data/code/log tools, topic-level sessions, reliability controls, validation, and deployment preparation.

Where is the code?

All source files are in the AI-WORK monorepo:

FOX-WSW/AI-WORK
└── skills/
└── project-agent-bootstrap/
├── SKILL.md # Skill definition and workflow
├── scripts/ # Scaffolder & validator
├── references/ # Architecture, security, intake, acceptance
├── agents/ # Agent config (OpenAI)
└── assets/
└── project-bot-starter/ # Reusable starter template

Quick start

# Clone the monorepo
git clone https://github.com/FOX-WSW/AI-WORK.git
# Enter the skill directorycd AI-WORK/skills/project-agent-bootstrap
# Scaffold a new project bot
python scripts/scaffold_project_bot.py \
--name "My Project Bot" \
--slug "my-project-bot" \
--output "./output"

Go to the main repository

github.com/FOX-WSW/AI-WORK

About

Security-first skill for building project-specific AI bots with Feishu/Lark and Codex. Full source: FOX-WSW/AI-WORK

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors