Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
ucsandman
GitHub-Creator-Profil

ucsandman

Repository-Ansicht von 41 gesammelten Skills in 3 GitHub-Repositories.

gesammelte Skills
41
Repositories
3
aktualisiert
2026-07-10
Repository-Explorer

Repositories und repräsentative Skills

dashclaw-ship
Softwareentwickler

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
Sonstige Computerberufe

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
Sonstige Computerberufe

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

2026-07-10
dashclaw-governance
Sonstige Computerberufe

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
Netzwerk- und Computersystemadministratoren

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

2026-07-06
gitnexus-cli
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Zeigt die Top 8 von 17 gesammelten Skills in diesem Repository.
marketing
Marktforschungsanalysten und Marketingspezialisten

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
Audio- und Videotechniker

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
Audio- und Videotechniker

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
Spezialeffektkünstler und Animatoren

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
Spezialeffektkünstler und Animatoren

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
Spezialeffektkünstler und Animatoren

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
Spezialeffektkünstler und Animatoren

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
Spezialeffektkünstler und Animatoren

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
Zeigt die Top 8 von 12 gesammelten Skills in diesem Repository.
claude-code-capabilities
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Zeigt die Top 8 von 12 gesammelten Skills in diesem Repository.
3 von 3 Repositories angezeigt
Alle Repositories angezeigt