Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
ucsandman
Profil créateur GitHub

ucsandman

Vue par dépôt de 41 skills collectés dans 3 dépôts GitHub.

skills collectés
41
dépôts
3
mis à jour
2026-07-10
explorateur de dépôts

Dépôts et skills représentatifs

dashclaw-ship
Développeurs de logiciels

The single command that gets a DashClaw change ON MAIN AND LIVE — it resolves everything blocking production, never defers, and never hands back a checklist. Lands feature branches on main (rebase, gate, merge, push so Vercel deploys), bumps the unified platform+SDK version, and realigns every *description* of the system with the live code: README, PROJECT_DETAILS, SDK READMEs, /docs, generated artifacts (API inventory, OpenAPI, download bundles), plugins/skills/hooks/MCP, marketing/landing pages, the drift-prone hardcoded counts (routes, SDK methods, MCP tools/resources, guard policies) and stale freshness date-stamps. The one step it can't finish itself is the credential-gated SDK publish (`npm run release:sdks`). Use whenever the user wants to ship, land, or finish a change — get it on main, make it live, cut a release, bump the version, refresh all the docs, make everything accurate, fix wrong counts or old dates. Not for building or debugging the feature itself.

2026-07-10
dashclaw-governance
Autres occupations informatiques

Governance behavior for AI agents governed by DashClaw. Teaches the governance protocol: when to call guard (risk thresholds), how to interpret decisions (allow/warn/block/require_approval), when to record actions, how to wait for approvals, and session lifecycle management. Loads org-specific policies and capabilities from MCP resources at session start. Use with @dashclaw/mcp-server. Trigger on: governed agent, dashclaw governance, guard policy, approval wait, governed capability, risk threshold, action recording, session lifecycle.

2026-07-10
manage-approvals
Autres occupations informatiques

Human-in-the-loop approval workflows for governed agent actions

2026-07-10
dashclaw-governance
Autres occupations informatiques

Governance behavior for AI agents governed by DashClaw. Teaches the governance protocol: when to call guard (risk thresholds), how to interpret decisions (allow/warn/block/require_approval), when to record actions, how to wait for approvals, and session lifecycle management. Loads org-specific policies and capabilities from MCP resources at session start. Use with @dashclaw/mcp-server. Trigger on: governed agent, dashclaw governance, guard policy, approval wait, governed capability, risk threshold, action recording, session lifecycle.

2026-07-10
setup-dashclaw
Administrateurs de réseaux et de systèmes informatiques

Set up a DashClaw instance, install the CLI tool, and configure Claude Code hooks

2026-07-06
gitnexus-cli
Développeurs de logiciels

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"

2026-07-04
gitnexus-guide
Développeurs de logiciels

Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"

2026-07-04
gitnexus-refactoring
Développeurs de logiciels

Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file"

2026-07-04
Affichage des 8 principaux skills collectés sur 17 dans ce dépôt.
marketing
Analystes en études de marché et spécialistes en marketing

Use when the user wants the complete marketing asset suite for a product in one run — "/marketing", "build all the marketing assets", "generate everything for the launch", "all the animations and brand assets for X". Not for a single asset (use that asset's own skill) and not for launch copywriting alone (use /launch).

2026-07-10
audio-track
Techniciens audio et vidéo

Use when the user wants music, voiceover, narration, or a soundtrack added to a video asset, OR wants standalone generated audio for any purpose (e.g. "/audio-track", "add music to the launch video", "narrate the demo", "make a 30 second music sting", "generate a voiceover mp3", "jingle for the intro").

2026-07-10
launch-video
Techniciens audio et vidéo

Use when the user wants a full launch video / hero video / 30-90s product announcement composing demo footage, logo, and copy (e.g. "/launch-video", "make the launch video for DashClaw").

2026-07-10
logo-reveal
Artistes en effets spéciaux et animateurs

Use when the user wants a logo reveal / logo animation / brand intro video for any product (e.g. "/logo-reveal", "make a logo reveal for DashClaw", "animated logo for the landing page").

2026-07-10
marketing-studio
Artistes en effets spéciaux et animateurs

Use when generating any brand video, animation, image, or audio asset (logo reveal, social clip, product demo, launch video, OG image, README GIF, music, voiceover) for any product/repo, or when working inside C:\Projects\animations. Required background for /logo-reveal, /social-clip, /product-demo, /launch-video, /og-assets, /audio-track.

2026-07-10
og-assets
Artistes en effets spéciaux et animateurs

Use when the user wants OG images, link-preview assets, animated OG loops, README GIFs, or social-card exports for any product (e.g. "/og-assets", "make an OG image and README gif").

2026-07-10
product-demo
Artistes en effets spéciaux et animateurs

Use when the user wants a product demo video / screen recording with zooms and cursor / dashboard walkthrough clip for any product (e.g. "/product-demo", "record a demo of the app", "Screen-Studio style demo").

2026-07-10
social-clip
Artistes en effets spéciaux et animateurs

Use when the user wants a short social media video / feature announcement clip / X-LinkedIn-TikTok teaser for any product (e.g. "/social-clip", "make a clip announcing the new dashboard").

2026-07-10
Affichage des 8 principaux skills collectés sur 12 dans ce dépôt.
claude-code-capabilities
Développeurs de logiciels

Use when unsure which Claude Code capability fits a task, when about to single-thread large/cross-cutting/repetitive work, or when you or the user ask what Claude Code can do — loads the full capability map (signal → capability) and points to the deep-dive skills.

2026-07-01
claude-code-effort-models
Développeurs de logiciels

Use when deciding how to work on a task - choosing effort level, model, or fast mode to balance reasoning depth, speed, and token cost.

2026-07-01
claude-code-agent-sdk
Développeurs de logiciels

Use when building custom AI agents headlessly, embedding Claude Code tools in an app, or running scripted/cron agents—need SDK package names, setup, core API entry points, supported languages, and relation to Claude Code CLI and Messages...

2026-06-08
claude-code-background-agents
Développeurs de logiciels

Use when needing to understand or manage background agents, long-running tasks, polling, scheduling, or async work in Claude Code without blocking the session.

2026-06-08
claude-code-checkpointing
Développeurs de logiciels

Use when you need to undo code edits, explore alternatives without losing a starting point, recover from a bad edit path, or restore previous conversation state — press Esc Esc or run /rewind to open checkpoints menu.

2026-06-08
claude-code-dynamic-workflows
Développeurs de logiciels

Use when a task is too big for one context — broad audits, multi-file migrations, multi-source research, or parallel multi-dimension review — and you want to fan out and orchestrate many subagents deterministically with the Workflow tool (requires ultracode / explicit opt-in).

2026-06-08
claude-code-github-actions
Développeurs de logiciels

Use when setting up or debugging Claude Code GitHub Actions automation, or deciding whether to route CI/CD tasks to GitHub Actions vs local session.

2026-06-08
claude-code-hooks
Développeurs de logiciels

Use when configuring automated lifecycle commands (hooks) in Claude Code settings.json — event types, matcher syntax, exit codes, JSON output, path placeholders.

2026-06-08
Affichage des 8 principaux skills collectés sur 12 dans ce dépôt.
3 dépôts affichés sur 3
Tous les dépôts sont affichés
ucsandman Agent Skills | SkillsMP