Skip to main content
Run any Skill in Manus
with one click
GitHub repository

orange-lab

orange-lab contains 5 collected skills from QC-Labs, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
5
Stars
38
updated
2026-07-18
Forks
5
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

code-conventions
software-developers

Use when creating or editing TypeScript code in the orange-lab repo — stacks, components (`stacks/<module>/components/`, `components/`), or the `@orangelab/pulumi` library (`packages/pulumi/src/`). Covers code style, component patterns, Pulumi config conventions, and secrets handling. Not needed for markdown/documentation-only changes.

2026-07-18
document-app
software-developers

Use when the user asks to create, update, or revise documentation for an application component — typically a `<app>.md` file under `stacks/<module>/components/<app>/`. Trigger on phrases like "document `<app>`", "write `<app>`.md", "update `<app>` docs", "add docs for `<app>`", "backfill `<app>` links". The components folder is a Pulumi convention; users think of these as applications, so the skill is named accordingly.

2026-07-18
document-module
software-developers

Use when the user asks to create, update, or revise documentation for a stack module — typically the `README.md` at `stacks/<module>/README.md`. Trigger on phrases like "document `<module>` stack", "update `<module>` README", "write stack README", "add module docs". Distinct from `document-app` (per-component docs); a module README is the entry point that lists and links its components.

2026-07-18
update-stacks
software-developers

Use when the user asks to update, deploy, or apply changes to all Pulumi stacks (core and all stacks in the stacks/ folder). Trigger on phrases like "update all stacks", "deploy all stacks", "pulumi up all", or "apply all stacks".

2026-07-07
create-release
software-developers

Use ONLY when the user asks to create a new release, draft release, or release notes for the orange-lab project. Trigger on phrases like "create release", "draft release notes", or "release 0.6.0".

2026-06-30