Skip to main content
Repositório GitHub

synaptic-canvas

synaptic-canvas contém 28 skills coletadas de randlee, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
28
Stars
4
atualizado
2026-05-16
Forks
2
Cobertura ocupacional
4 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

setting-up-just
Administradores de redes e sistemas de computador

Set up a repo-local just task runner with a root Justfile, optional .just/ helper scripts, and curated help, build, fmt, lint, test, and ci recipes. Use when a repo needs just, a Justfile, .just helpers, or when the user mentions task automation, "just build", "just lint", "just fmt", or dropping in a just system.

2026-05-16
creating-ai-clis
Desenvolvedores de software

Create or harden CLIs intended primarily for AI or system consumption and secondarily for humans. Use when designing or implementing a JSON-first CLI with an MCP-ready contract seam, where every command supports machine output, errors are typed and actionable, mutating commands are auditable via corresponding read commands, and external integrations need simulator-backed testing. Do not use for human-first shell utilities, one-off scripts, or text-only CLIs.

2026-04-29
designing-cli-simulators
Analistas de garantia de qualidade de software e testadores

Design stateful simulators for AI-facing CLIs that integrate with devices, networks, services, or databases. Use when a CLI needs realistic simulator-backed testing, configurable fault injection, persistent state, and a swappable adapter boundary so the same business logic runs against live and simulated backends. Do not use for shallow mocks, stateless test doubles, or CLIs with no external integration.

2026-04-29
reviewing-ai-clis
Analistas de garantia de qualidade de software e testadores

Critically review an existing CLI, MCP wrapper, or CLI plan for AI-first contract quality. Use when evaluating whether a CLI is JSON-first, has an MCP-ready contract seam without JSON reshaping, auditably models state changes, uses stateful simulator-backed testing for external integrations, and returns typed actionable errors. Do not use for general style review or human-first shell UX review.

2026-04-29
sc-ci-automation
Analistas de garantia de qualidade de software e testadores

Run CI quality gates with optional auto-fix and PR creation.

2026-04-29
codex-agent
Desenvolvedores de software

Run Codex tasks via the ai_cli Task Tool runner.

2026-04-29
coding-agent-hardening
Desenvolvedores de software

Harden coding, QA, and orchestration agent prompts so they fix issues autonomously instead of letting findings pass through as minor, pre-existing, non-blocking, or technical debt. Use when editing existing agent prompts, review instructions, or orchestration workflows to remove permissive issue-handling behavior and tighten escalation criteria.

2026-04-29
sc-commit-push-pr
Desenvolvedores de software

Commit staged changes, push to remote, and create PRs for GitHub and Azure DevOps

2026-04-29
delaying-tasks
Desenvolvedores de software

Schedule a delayed or interval-based action with minimal heartbeats. Use to wait before running a check (e.g., GH Actions, PR status, CI pipeline) or to poll on a bounded interval. Trigger on: "wait", "delay", "poll", "check later", "retry after", "schedule check".

2026-04-29
sc-managing-worktrees
Desenvolvedores de software

Create, manage, scan, update, and clean up git worktrees for parallel development with protected branch safeguards. Use when working on multiple branches simultaneously, isolating experiments, updating protected branches (main/develop), or when user mentions "worktree", "parallel branches", "feature isolation", "branch cleanup", "worktree status", or "update main/develop".

2026-04-29
sc-managing-github-issues
Desenvolvedores de software

GitHub issue lifecycle management with worktree isolation

2026-04-29
sc-kanban
Desenvolvedores de software

Kanban state machine orchestration with provider abstraction

2026-04-29
launchpad
Desenvolvedores de software

Use when another workflow must launch Claude, Codex, or Gemini as a separate background sub-agent without opening a terminal. Spawns the `launchpad` agent with fenced JSON input and `run_in_background: true`.

2026-04-29
managing-sc-packages
Desenvolvedores de software

List, install, or uninstall Synaptic Canvas packages. Use with the `/sc-manage` command.

2026-04-29
sc-repomix-nuget
Desenvolvedores de software

Generate AI-optimized context for NuGet packages using Repomix. Use when preparing AI docs, API references, or dependency analysis ("nuget context", "repomix nuget").

2026-04-29
sc-diff
Desenvolvedores de software

Semantic diffing for .NET source using roslyn-diff. Supports file/folder diffs, HTML reports, and git/PR-aware comparisons (GitHub + Azure DevOps).

2026-04-29
rust-best-practices
Desenvolvedores de software

Review Rust architecture plans, crate boundaries, and code for structural design-pattern compliance. Use when the task involves typestate, sealed traits, error contracts, wrapper/newtype design, object safety, interior mutability, or other type-system-driven Rust correctness patterns that go beyond general style guidance.

2026-04-29
rust-development
Desenvolvedores de software

Develop, review, and explore Rust code with strict adherence to Pragmatic Rust Guidelines. Use when the user mentions Rust, .rs files, Cargo, clippy, rustdoc, or requests Rust architecture, implementation, or review.

2026-04-29
rust-service-hardening
Desenvolvedores de software

Harden Rust backend services for production readiness. Use when working on Tokio, Axum, Hyper, Tonic, or Reqwest-based services and you need guidance or review for config validation, structured tracing, request IDs, timeouts, retries, graceful shutdown, backpressure, body limits, health checks, metrics, and dependency hygiene. Not for non-service Rust crates, embedded Rust, pure sync CLI tools, or low-level libraries without runtime, network, or server concerns.

2026-04-29
sc-startup
Desenvolvedores de software

Run repo startup: prompt load, checklist sync, optional PR triage, worktree hygiene, and CI pull. Best-effort with structured status.

2026-04-29
docling-pdf-extraction
Editores de desktop

Convert PDF documents to markdown, extract images and tables using the docling CLI. Use when asked to convert a PDF, extract a datasheet, get images from a PDF, or process any document into structured output. Triggers: 'convert pdf', 'pdf to markdown', 'extract images from pdf', 'datasheet', 'get tables from pdf', 'extract diagrams'. No MCP required — uses docling CLI only.

2026-04-22
sc-managing-worktrees
Desenvolvedores de software

Create, manage, scan, update, and clean up git worktrees for parallel development with protected branch safeguards. Use when working on multiple branches simultaneously, isolating experiments, updating protected branches (main/develop), or when user mentions "worktree", "parallel branches", "feature isolation", "branch cleanup", "worktree status", or "update main/develop".

2026-01-23
skill-creation
Desenvolvedores de software

Plan and create Claude Code skills/commands/agents with guided wizards and background agents aligned to v0.5 guidelines. Use when user says "create a skill", "plan a new agent", "skill wizard", or "command generator".

2026-01-23
skill-reviewing
Analistas de garantia de qualidade de software e testadores

Comprehensive review of Claude Code skills and agents against v0.5 guidelines. Validates metadata, implementation, and architecture. Use when reviewing existing packages or during skill development.

2026-01-23
ci-automation
Desenvolvedores de software

Run CI quality gates with optional auto-fix and PR creation.

2025-12-21
github-issue
Desenvolvedores de software

GitHub issue lifecycle management with worktree isolation

2025-12-21
sc-startup
Desenvolvedores de software

Run repo startup: prompt load, checklist sync, optional PR triage, worktree hygiene, and CI pull. Best-effort with structured status.

2025-12-21
sc-managing-worktrees
Desenvolvedores de software

Create, manage, scan, and clean up git worktrees for parallel development. Use when working on multiple branches simultaneously, isolating experiments, or when user mentions "worktree", "parallel branches", "feature isolation", "branch cleanup", or "worktree status".

2025-12-05