Agent skill

setup

Initialize a new project in the workspace. Scaffolds files, Makefile, git, and AGENTS.md for the chosen project type.

Stars 469
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/rcarmo/piclaw/tree/main/skel/.pi/skills/setup

SKILL.md

Setup

Initialize a new project in this workspace.

Steps

  1. Ask what kind of project to create (TypeScript library, web app, CLI tool, API server, etc.)
  2. Scaffold with bun:
    • bun init for a basic TypeScript project
    • Or appropriate scaffolding for the chosen framework
  3. Create a Makefile with targets: install, lint, test, check, clean
  4. Initialize git: git init && git add -A && git commit -m "Initial commit"
  5. Create AGENTS.md in the project root with project-specific context
  6. Create .pi/skills/ for any project-specific skills

Notes

  • Always use bun over npm/yarn
  • Default to TypeScript unless told otherwise
  • The workspace persists across container restarts

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results