Skip to main content
مستودع GitHub

synaptic-canvas

يحتوي synaptic-canvas على 28 من skills المجمعة من randlee، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
28
Stars
4
محدث
2026-05-16
Forks
2
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

setting-up-just
مديرو الشبكات وأنظمة الحاسوب

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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

2026-04-29
codex-agent
مطوّرو البرمجيات

Run Codex tasks via the ai_cli Task Tool runner.

2026-04-29
coding-agent-hardening
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-04-29
delaying-tasks
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

GitHub issue lifecycle management with worktree isolation

2026-04-29
sc-kanban
مطوّرو البرمجيات

Kanban state machine orchestration with provider abstraction

2026-04-29
launchpad
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-04-29
sc-repomix-nuget
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
فنيو النشر المكتبي

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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

2025-12-21
github-issue
مطوّرو البرمجيات

GitHub issue lifecycle management with worktree isolation

2025-12-21
sc-startup
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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