scaffold

Featured

Stamp a bounded project, component, or CI scaffold and verify the generated result once. Triggers: "scaffold", "create project component or boilerplate".

AI & Automation 434 stars 40 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 97/100

Stars 20%
88
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Scaffold Create one bounded project, component, or CI scaffold. This specialist does not schedule RPI, create work ownership, mutate Git, or decide what happens next. ## Prompt ```text Scaffold a new CI workflow at fleet-router/.github/workflows/lint.yml plus a matching test fixture. Declare the exact paths to create, refuse to overwrite any existing file, generate a behavioral test for the new lint step, then run the target's build, test, and lint commands once and report results. ``` ## It's working if - The report declares the exact paths created, e.g. `.github/workflows/lint.yml`, before any write happens. - A path collision with an existing file, e.g. `.github/workflows/lint.yml` already present, gets refused and reported, staying untouched. - At least one behavioral test ships with the generated code, such as `lint_test.go`. - The build, test, and lint commands, e.g. `go build ./...`, run exactly once, with their literal output quoted in the report. ## Contract 1. Resolve the requested target root and declare the exact paths that may be created or changed. 2. Refuse to overwrite an existing path without explicit caller authorization. 3. Generate idiomatic, functional files with at least one behavioral test for generated behavior. 4. Run the target's selected build, test, and lint commands once. 5. Report the files changed and factual command results, then stop. Use the current agent and local shell unless the caller explicitly requests a different runtim...

Details

Author
boshu2
Repository
boshu2/agentops
Created
10 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category