forgejo-repo-bootstraplisted
Install: claude install-skill lost-rob0t/skills
# StarIntel repository bootstrap on Forgejo
## Goal
Forgejo (`git.starintel.actor`) variant of `starintel-repo-bootstrap`:
create one explicitly approved repository and seed its issue tracker with a
small, traceable set of issues from the project's ADARD source. This skill
does not implement the application or deploy it.
Use this skill when the target host is `git.starintel.actor`. Use
`starintel-repo-bootstrap` (GitHub CLI) when the target is GitHub. The
`git` skill documents host routing.
## Inputs and output
Input must include the target owner/name, purpose, visibility, authoritative
ADARD source repository, and issue or design scope. Output is a minimal
repository plus idempotently created issues that preserve source links,
approval state, dependencies, and acceptance criteria.
## Rules
- Load `adadr` for research/design approval semantics and
`skill-portability` before retaining any source material.
- Use `tea` for every Forgejo operation (`--login <name>` for
`git.starintel.actor`).
- Inspect authoritative repositories before creating a target. A missing name
is not evidence that a new repository is needed.
- Never create duplicates, forks, transfers, licenses, application code, or
language-specific files during bootstrap.
- Never close or edit ADARD source issues.
- Never treat an open issue, green CI, or repository creation as approval.
- Never infer that a new aggregate repository owns work mapped to an existing
implementation repository.
## Workflo