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

basher83

Vue par dépôt de 71 skills collectés dans 5 dépôts GitHub.

skills collectés
71
dépôts
5
mis à jour
2026-07-20
explorateur de dépôts

Dépôts et skills représentatifs

omni-talos
Administrateurs de réseaux et de systèmes informatiques

Operational tooling for Talos Linux Kubernetes clusters via Sidero Omni with Proxmox infrastructure provider, covering machine classes, CEL storage selectors, and provider lifecycle management.

2026-07-09
mise
Développeurs de logiciels

Mise configuration patterns, task definitions, hooks, presets, and language-specific setup guidance for dev environment management and project tooling.

2026-06-09
feedback
Développeurs de logiciels

Files a GitHub issue on this repo to tell Brent about anything worth his attention — confusion, something that didn't work, an idea or wish, or a new way the user phrased a request. Brent is a collaborator on this private repo and uses these issues to fix and improve the tools. Use this whenever the user sounds confused or frustrated, says something is broken or didn't work as expected, wishes something worked differently, or asks to tell Brent something — even if they never say "feedback" or "issue". Also invoked by blake-os:git-ops to log a request it could not cleanly route.

2026-06-09
git-commit
Développeurs de logiciels

Internal commit step for the blake-os git-ops router. Stages explicit file paths and creates atomic commits on the current branch, matching the repo's existing message style and scanning for secrets before staging. Invoked by blake-os:git-ops — not a direct entry point. Trigger directly only on the exact request "git commit".

2026-06-09
git-ops
Développeurs de logiciels

Single front door for everything git and GitHub — saving work, getting the latest, backing up, and putting changes online. Routes plain-language requests to the right operation in the correct order, even when the user does not use git terms. Use whenever the user wants to save, back up, update, sync, upload, publish, or check on their project's files — phrases like "save my work", "back it up", "I'm done", "get the latest", "put it online", "did it save?".

2026-06-09
git-push
Développeurs de logiciels

Internal push step for the blake-os git-ops router. Publishes local commits to origin only when the branch is current, after verifying it is not behind; never force-pushes. Invoked by blake-os:git-ops — not a direct entry point. Trigger directly only on the exact request "git push".

2026-06-09
git-sync
Développeurs de logiciels

Internal sync step for the blake-os git-ops router. Brings the current branch up to date with origin — fast-forwards when only behind, makes a merge commit when local and remote diverged, aborts and hands off on conflict; never rebases or force-pushes. Invoked by blake-os:git-ops — not a direct entry point. Trigger directly only on the exact request "git pull" or "git sync".

2026-06-09
macos-rca
Administrateurs de réseaux et de systèmes informatiques

Structured root cause analysis for macOS failures. Scaffold stub — replace with the authored skill.

2026-06-09
Affichage des 8 principaux skills collectés sur 43 dans ce dépôt.
zammad-mcp-issue-digest
Développeurs de logiciels

Run issue digest and issue triage workflows for basher83/Zammad-MCP, including small-repo owner attention, deterministic labels, optional LLM label suggestions, duplicate candidates, Renovate/Dependabot policy drift, and the scheduled maintainer tracking digest.

2026-07-11
zammad-mcp-pr-digest
Analystes en assurance qualité des logiciels et testeurs

Run pull request triage and digest workflows for basher83/Zammad-MCP, including human PR review attention, Renovate/Dependabot dependency noise, CI state, mergeability, and configurable time windows.

2026-07-11
mcp-builder
Développeurs de logiciels

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

2026-05-09
zammad-mcp-issue-digest
Analystes en assurance qualité des logiciels et testeurs

Run issue digest and issue triage workflows for basher83/Zammad-MCP, including small-repo owner attention, deterministic labels, optional LLM label suggestions, duplicate candidates, Renovate/Dependabot policy drift, and the scheduled maintainer tracking digest.

2026-05-09
zammad-mcp-pr-digest
Analystes en assurance qualité des logiciels et testeurs

Run pull request triage and digest workflows for basher83/Zammad-MCP, including human PR review attention, Renovate/Dependabot dependency noise, CI state, mergeability, and configurable time windows.

2026-05-09
zammad-mcp-quality
Analystes en assurance qualité des logiciels et testeurs

Quality assurance and CodeRabbit learning system for Zammad MCP development. Use when creating PRs, implementing MCP tools, adding pagination, handling errors, or addressing CodeRabbit feedback. Provides checklists, pattern guides, and accumulated project learnings to prevent recurring issues.

2026-05-09
mcp-builder
Développeurs de logiciels

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

2025-11-24
zammad-mcp-quality
Analystes en assurance qualité des logiciels et testeurs

Quality assurance and CodeRabbit learning system for Zammad MCP development. Use when creating PRs, implementing MCP tools, adding pagination, handling errors, or addressing CodeRabbit feedback. Provides checklists, pattern guides, and accumulated project learnings to prevent recurring issues.

2025-10-22
Affichage des 8 principaux skills collectés sur 9 dans ce dépôt.
test-blocked-fixture
Analystes en assurance qualité des logiciels et testeurs

This is a test fixture with intentional violations for regression testing. It contains <angle brackets> which trigger B5, and has an unexpected frontmatter property which triggers W2.

2025-11-29
skill-factory
Développeurs de logiciels

Research-backed skill creation workflow with automated firecrawl research gathering, multi-tier validation, and comprehensive auditing. Use when "create skills with research automation", "build research-backed skills", "validate skills end-to-end", "automate skill research and creation", needs 8-phase workflow from research through final audit, wants firecrawl-powered research combined with validation, or requires quality-assured skill creation following Anthropic specifications for Claude Code.

2025-11-21
multi-agent-composition
Développeurs de logiciels

This skill should be used when the user asks to "choose between skill and agent", "compose multi-agent system", "orchestrate agents", "manage agent context", "design component architecture", "should I use a skill or agent", "when to use hooks vs MCP", "build orchestrator workflow", needs decision frameworks for Claude Code components (skills, sub-agents, hooks, MCP servers, slash commands), context management patterns, or wants to build effective multi-component agentic systems with proper orchestration and anti-patterns guidance.

2025-11-21
hook-creator
Développeurs de logiciels

This skill should be used when the user asks to "create a hook", "write hook config", "add hooks.json", "configure event hooks", "create PreToolUse hook", "add SessionStart hook", "implement hook validation", "set up event-driven automation", needs guidance on hooks.json structure, hook events (PreToolUse, PostToolUse, Stop, SessionStart, SessionEnd, UserPromptSubmit), or wants to automate workflows and implement event-driven behavior in Claude Code plugins.

2025-11-21
command-creator
Développeurs de logiciels

This skill should be used when the user asks to "create a slash command", "write a command file", "add command to plugin", "create /command", "write command frontmatter", "add command arguments", "configure command tools", needs guidance on command structure, YAML frontmatter fields (description, argument-hint, allowed-tools), markdown command body, or wants to add custom slash commands to Claude Code plugins with proper argument handling and tool restrictions.

2025-11-21
skill-creator
Développeurs de logiciels

This skill should be used when the user asks to "create a skill", "build a skill", "write a new skill", "generate SKILL.md", "write skill frontmatter", "package a skill", "organize skill content", "add progressive disclosure", needs guidance on skill structure, bundled resources (scripts/references/assets), or wants to extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2025-11-21
crawl4ai
Développeurs de logiciels

This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.

2025-11-21
doc-generator
Développeurs de logiciels

Generate markdown documentation from Python codebases by analyzing source files, extracting docstrings, type hints, and code structure. Use when the user asks to document Python code, create API docs, or generate README files from source code.

2025-11-21
triage
Spécialistes en gestion de projets

Articulates the why behind a candidate queue item — its direction, its named uncertainty, and the conscious scope-carve — and gates it through a cold-context review before writing the QUEUE.md row that the gate lifecycle binds to.

2026-07-18
gate-plan
Autres occupations informatiques

Authors a gate document for a queue item — a production validation plan that defines what must be proven before work is considered done. Applies the quality bar and self-assessment questions that gate-review audits against.

2026-07-17
prime
Développeurs de logiciels

Loads and summarizes session context by reading the doctrine, project index, queue, and triage state.

2026-07-03
aar
Spécialistes en gestion de projets

Runs a structured retrospective of a completed work session — captures what specs, gates, and plans miss. What actually happened, where friction occurred, and what to change next time. Domain-agnostic methodology.

2026-06-03
gate-review
Analystes en assurance qualité des logiciels et testeurs

Audits an existing gate document against the gate-plan quality bar — the quality assurance step between plan and work. Produces findings (structural compliance, quality findings, self-assessment gaps, strengths) and a PASS/FAIL verdict with confidence rating.

2026-06-02
gate-work
Développeurs de logiciels

Executes an operator-authored gate document by loading it into context and working through each checkpoint as the executing agent — no subagent dispatch. Handles resume of partially-completed gates against the operator's validation plan.

2026-06-01
component-writeup
Développeurs de logiciels

Produces structured technical documentation of a system by discovering components, tracing relationships through artifacts, and rendering progressive-disclosure writeups following the Patnaik template — component inventory, architecture overview, data flow, per-component detail, and grouped references.

2026-05-01
spec-review
Développeurs de logiciels

Reviews a spec or structured document for implementability, control-flow soundness, and cross-reference consistency before execution begins. Uses a director-holds-context pattern with targeted subagent prompts that trace state through branches and verify interface agreement.

2026-05-01
5 dépôts affichés sur 5
Tous les dépôts sont affichés