@lousy-agents/cli
v5.7.1
Published
CLI scaffolding tool that sets up projects with structure, instructions, and feedback loops for AI coding assistants
Maintainers
Readme
@lousy-agents/cli
CLI scaffolding for Lousy Agents.
Use this package to bootstrap new projects with testing, linting, AI assistant instructions, and GitHub Copilot setup.
Quick Start
npx @lousy-agents/cli initCommon follow-up commands:
# Generate Copilot setup workflow in an existing repository
npx @lousy-agents/cli copilot-setup
# Create new resources such as custom agents
npx @lousy-agents/cli new
# Validate skills, agents, and instruction files
npx @lousy-agents/cli lintDocumentation
- Project overview: README
initcommand:docs/init.mdnewcommand:docs/new.mdlintcommand:docs/lint.mdcopilot-setupcommand:docs/copilot-setup.md
Reference Examples
- React webapp scaffold:
packages/cli/ui/copilot-with-react - Fastify API scaffold:
packages/cli/api/copilot-with-fastify - Citty CLI scaffold:
packages/cli/cli/copilot-with-citty
