Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

campair.advancedcli

campair.advancedcli contém 6 skills coletadas de patniko, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
6
Stars
0
atualizado
2026-06-08
Forks
0
Cobertura ocupacional
3 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

split-pane-keep-cwd
Desenvolvedores de software

Configures the user's terminal + shell so that splitting a pane (or opening a new tab/window) reuses the current working directory of the active shell. Heavy Windows focus (Microsoft Intelligent Terminal, Windows Terminal, PowerShell, cmd) with adaptive guidance for any macOS / Linux terminal + shell combo.

2026-06-08
fanout-features
Desenvolvedores de software

Take a list of feature ideas for the Campfire seed app (one per line, free-form text), read the actual card files under app/src/cards/ and app/src/theme.css, infer which file(s) each feature would touch, group the features into PARALLEL-SAFE BATCHES so no two features in the same batch edit the same file, and emit one ready-to-paste prompt per batch (with the target file scoped explicitly). Returns a markdown plan a human can dispatch across split Copilot panes without merge conflicts. Use this when an agent or user has a pile of feature ideas they want to run in parallel — e.g. straight from notepad in the Inner Loop / Fast Parallelism exercise. Does NOT execute any of the features; it only plans the fan-out.

2026-06-08
propose-palette
Designers de interfaces web e digitais

Generate a coherent 5–6 color palette from a mood / theme word (e.g. "midnight desert", "sea glass", "rainy bookstore", "sun-faded Polaroid") and map each color to the Campfire app's semantic tokens (ember, flame, amber, pine, moss, bark, mist, paper, night, dusk). Returns a tokens-and-rationale block the Stylist agent can drop into its standard "Tokens" + "Diff" sections. Use this when an agent or user asks for a new palette from a vibe word, or wants to reskin the Campfire dashboard around a different theme. Does NOT pick fonts, spacing, or motion — palettes only.

2026-06-08
collect-commits
Desenvolvedores de software

Collect commits since the last release tag, parse Conventional Commit prefixes, and return the messages grouped by type (feat, fix, perf, docs, chore, refactor, test, build, ci, style, revert, other). Use this when an agent needs raw release input. Returns a structured markdown summary the calling agent can format further.

2026-06-08
format-release-notes
Desenvolvedores de software

Turn a grouped commit summary (produced by the collect-commits skill or hand-rolled) into a user-facing markdown release notes document with sections for Features, Fixes, Performance, Docs, and optional Upgrade notes. Use after raw commits have been bucketed by type.

2026-06-08
sandbox-setup
Administradores de redes e sistemas de computador

Walks the user through enabling a safe-by-default Copilot CLI sandbox that protects the current working directory while still letting the agent read the rest of the filesystem.

2026-06-08