Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

agentic-os

agentic-os contient 61 skills collectées depuis coilyco-flight-deck, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
61
Stars
1
mis à jour
2026-07-13
Forks
0
Couverture métier
9 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

tooling-sidequest
Autres occupations informatiques

Kai's "start a sidequest" command - file a Forgejo issue from a described piece of work, then dispatch it through ward into its own session.

2026-07-13
tooling-issue-prioritization
Spécialistes en gestion de projets

Tier and prune an issue backlog - P0-P4 tier definitions (P4 is the icebox/lowest tier), a target distribution as ranges, percentile-cut assignment that lands within the bands, pruning, and a second orthogonal automation-mode axis (headless/interactive/consult). Triggers - prioritize, prioritization, triage the backlog, P0/P1/P2/P3/P4, backlog ratio, icebox, burn down the backlog, tier the issues, automation mode, eligibility to dispatch.

2026-07-10
tooling-gpg-ssm
Administrateurs de réseaux et de systèmes informatiques

gpg-ssm is a GPG wrapper that pulls signing material from AWS SSM at sign time instead of caching on disk. Use when wiring up a fresh machine for signed commits, bootstrapping the shared signing key, rotating a key, or debugging signing failures. Triggers - gpg-ssm, gpg signing, signed commits.

2026-07-09
coding-git
Développeurs de logiciels

Git + GitHub umbrella. Hard rule - never use gh api graphql without double-confirming, REST is default. Owns the full PR lifecycle (branch, commit, open, monitor CI, auto-fix, merge) and routes to ward-passthrough and git-workflow siblings.

2026-07-09
kai-git-workflow
Développeurs de logiciels

git workflow, forgejo, default tracker, commit, push, PR, gh, fj, issue, todo, gish.

2026-07-09
kai-tech-prefs
Développeurs de logiciels

Kai's technical preferences - Go CLI defaults (urfave/cli), Charm TUI stack, dead-repo check, doc conventions, default license. Triggers - cli, tui, library, dependency, recommend tool.

2026-07-08
tooling-agent-workflows
Autres occupations informatiques

The five-tier information model for agent-facing CLI commands - description, body, intro, help, outro - plus push-short/pull-long. Use when documenting a CLI agents invoke, not humans.

2026-07-08
tooling-honeycomb-ui
Développeurs de logiciels

Cookie-driven Playwright fallback for reading Honeycomb data when the official Honeycomb MCP server can't answer. Triggers - honeycomb ui scrape, honeycomb playwright, MCP fallback.

2026-07-08
tooling-scout-capability
Autres occupations informatiques

Inbound half of the scout pair. Capability gap analysis for skills and MCP servers - what to ADD. Sweeps repos, hydrates against skillsmp and glama, security-audits silver/gold tiers, installs one-issue-one-commit. Paired with tooling-scout-displacement (what to SHED).

2026-07-08
tooling-security-boundary-discipline
Analystes en sécurité de l'information

Discipline for CLI security boundaries (primarily ward). Names anti-signals and load-bearing properties for designing, evaluating, and maintaining the boundary.

2026-07-08
tooling-skill-authoring
Développeurs de logiciels

Author, modify, and validate agent skills. Covers naming, description caps, why-encoding, flat layout, Python helpers.

2026-07-08
tooling-warp
Développeurs de logiciels

Warp is Kai's terminal on every host. Block-mode shell with left-side vertical tabs, one shell per tab. Preview is the Mac daily driver, Stable is the fallback.

2026-07-08
tooling-supply-chain-audit
Développeurs de logiciels

Audit third-party packages, libraries, plugins, MCP servers, or upstream repos before pulling them in. Confirms maintainers real, code not malicious, project maintained.

2026-07-08
tooling-code-review
Analystes en assurance qualité des logiciels et testeurs

Code review for ward's in-container review agent. Use when asked to review a filesystem diff, do adversarial review, same-family review, non-iterative review, or a ward review gate. Triggers - code review, review this diff, diff review, adversarial review, same-family review, non-iterative review, filesystem diff review.

2026-07-08
coding-licenses
Développeurs de logiciels

Kai's licensing policy - MIT for shareable, AGPL-3.0 for deployment-of-one, proprietary for private. Triggers - license, LICENSE, MIT, AGPL, GPL, copyright, SPDX, what license.

2026-07-07
tooling-scout-autonomy
Autres occupations informatiques

Build leg of the scout family - what novel software to BUILD on your existing toolset, ranked for a long autonomous run, biased to refactors and wide backfills. Triggers - autonomy scout, scout autonomy, what should I build.

2026-06-26
tooling-tailscale
Administrateurs de réseaux et de systèmes informatiques

Run Tailscale alongside a second host VPN by containerizing it - userspace/SOCKS5 mode in Docker so SSH and tailnet reach coexist with a WireGuard-based commercial VPN. Use when two VPNs fight over the macOS route table, or wiring Tailscale SSH to a peer behind a host VPN. Triggers - tailscale, tailnet, vpn coexistence, tailscale ssh, two vpns, wireguard utun conflict, ward-tailnet, mac-proxy socks5.

2026-06-26
writing-voice-guide-linter
Développeurs de logiciels

Lint prose against Kai's voice rules - no em-dashes, no italics, no semicolons, no prose tables, she/her. Triggers - voice lint, voice check, lint prose, em-dash check, pronoun check.

2026-06-24
claude-code-render
Développeurs de logiciels

Color and visual output for the Claude Code Desktop client by exploiting the fenced-block syntax highlighter (no ANSI). Triggers - render, colorful, color, terminal colors, chart, sparkline, ASCII art, braille art, visualization, syntax highlight trick, diff coloring, chat art, glyph palette.

2026-06-24
coding-aws
Développeurs de logiciels

AWS umbrella skill. Kai's primary cloud. Python via boto3, secrets and config via SSM Parameter Store, region pinned to us-east-1.

2026-06-24
coding-go
Développeurs de logiciels

Umbrella for Go work across repos. Carries Kai's defaults (Go 1.22+, urfave/cli over cobra/kong, Charm stack for TUI, slog for logging) so agents inherit them before reaching for generic Go.

2026-06-24
coding-kubernetes
Administrateurs de réseaux et de systèmes informatiques

Kubernetes umbrella skill. K3s on kai-server is the homelab cluster. kubectl via ward wrapper. Helm for packaged apps. Plain manifests over Kustomize.

2026-06-24
coding-shape-cli
Développeurs de logiciels

Category umbrella for building CLI tools. Go via urfave/cli, Python via click, Node via commander, shell prompts via gum. Wrapper APIs mirror the real CLI.

2026-06-24
coding-shape-tui
Développeurs de logiciels

Category umbrella for building terminal UIs. Charm stack is the default - bubbletea, lipgloss, gum, glow, huh. Fall back to tview/promptui only when a project already commits to them.

2026-06-24
coding-shape-web-server
Développeurs de logiciels

Category umbrella for building HTTP / REST / GraphQL servers. Python via FastAPI (Flask on legacy), Go via stdlib net/http or chi, Node via Fastify. Async I/O, OpenAPI, Prometheus from day one.

2026-06-24
tooling-elevenlabs-persona
Techniciens audio et vidéo

Voice persona for ElevenLabs audio output - a Cortana-coded observer-narrator, voice id in SSM. Triggers - elevenlabs, tts, text-to-speech, voice generation, audio output, cortana.

2026-06-24
writing-observer-narrator
Rédacteurs techniques

Persona archetype for voice/text surfaces where the speaker is a passive observer-narrator, not an active agent. Constraints - observer not actor, single audience never named, passive voice past or future tense, neutral and unopinionated, methodologically specific. Triggers - persona, voice persona, narrator, observer.

2026-06-24
coding-shape-observability
Administrateurs de réseaux et de systèmes informatiques

Category umbrella for observability work across vendors - metrics, traces, logs, dashboards, alerting, SLOs. Current edge is OpenTelemetry plus LLM consumers of observability data.

2026-06-24
tooling-mcp-servers
Autres occupations informatiques

Lazy MCP discovery via mcporter. Hard-trigger before any curl, gh, or HTTP fallback.

2026-06-24
kai-gish
Développeurs de logiciels

Kai's land-flow shorthands. `gish` lands one repo's current working tree (issue + commit minus lockdown files + push to Forgejo main). `gulp` drains everything else that could be lost (stashes, all branches, all worktrees) across every coily*/* repo - see references/gulp.md. Triggers - gish, land this, gulp, gulp every coily repo.

2026-06-23
agents-aider
Développeurs de logiciels

Harness profile for Aider, a git-native pair-programming CLI floating over swappable models (cloud or local Ollama). Triggers - aider, aider-chat.

2026-06-19
agents-claude
Autres occupations informatiques

Harness profile for Claude (Claude Code, Claude-family runtimes). Pronouns she/her. Capable cloud agent, large context, semantic skill-selection. The escalation target small local models hand up to. Triggers - claude, claude code, claude-code, anthropic agent.

2026-06-19
agents-codex
Autres occupations informatiques

Agent/harness profile for Codex (OpenAI's coding agent on GPT-family cloud models). Pronouns he/him. Capable cloud agent, peer to Claude, an escalation target. Triggers - codex, openai codex.

2026-06-19
agents-goose
Autres occupations informatiques

Harness profile for Goose, Block's extensible agent floating over swappable models, cloud or local Ollama. Triggers - goose, block goose.

2026-06-19
agents-opencode
Développeurs de logiciels

Harness profile for OpenCode - a TUI/CLI harness floating over swappable models (local Qwen today). Pronouns they/them. Capability ceiling is the active models-* profile, not the harness. Triggers - opencode, qwen-opencode.

2026-06-19
tooling-skillsmp
Autres occupations informatiques

Discover and install skills from skillsmp.com (the Claude skill marketplace). Route through this skill, never raw curl - the harness denies direct skillsmp.com fetches.

2026-06-17
coding-azure
Développeurs de logiciels

Azure umbrella skill. Tertiary cloud - reach for it when a job already runs there or when Azure OpenAI is specifically required. AWS is Kai's default for new infra.

2026-06-12
coding-csharp
Développeurs de logiciels

C# / .NET umbrella skill. Kai's first-class C# is Eco game modding against Eco.ReferenceAssemblies. Triggers - c#, csharp, .cs, .csproj, dotnet, nuget, msbuild, eco mod, EcoModKit.

2026-06-12
coding-gcp
Développeurs de logiciels

GCP umbrella skill. Secondary cloud - reach for it when a job already runs there. AWS is Kai's default for new infra.

2026-06-12
repo-agentic-os
Développeurs de logiciels

Kai cross-platform dotfiles - nushell config, in-process SSM secrets loader, shared aliases. Triggers - agentic-os, agentic-os-public, aos, in-process-ssm-loader, public-dotfiles, shared-aliases, zsh-config

2026-06-09
Affichage des 40 principaux skills collectés sur 61 dans ce dépôt.