Skip to main content
Dépôt GitHub

synaptic-canvas

synaptic-canvas contient 28 skills collectées depuis randlee, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
28
Stars
4
mis à jour
2026-05-16
Forks
2
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

setting-up-just
Administrateurs de réseaux et de systèmes informatiques

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-04-29
codex-agent
Développeurs de logiciels

Run Codex tasks via the ai_cli Task Tool runner.

2026-04-29
coding-agent-hardening
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-04-29
delaying-tasks
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

GitHub issue lifecycle management with worktree isolation

2026-04-29
sc-kanban
Développeurs de logiciels

Kanban state machine orchestration with provider abstraction

2026-04-29
launchpad
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-04-29
sc-repomix-nuget
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Éditeurs PAO

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2025-12-21
github-issue
Développeurs de logiciels

GitHub issue lifecycle management with worktree isolation

2025-12-21
sc-startup
Développeurs de logiciels

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
Développeurs de logiciels

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