By sliekens
Workflow agents for prompt distillation, technical design analysis, and implementation.
Use when turning messy notes, rough requests, or scattered thoughts into a clean handoff prompt for the technical analyst. Extracts the real ask, organizes context and constraints, and produces a concise prompt the analyst can act on immediately. If the input is ambiguous, asks clarifying questions before refining.
Use when implementing an approved design or technical analysis in the codebase. Makes the smallest sound code changes, keeps preparatory yak shaving isolated, validates the result, and reports blockers or justified deviations from the plan.
Use when evaluating a proposed code change before implementation. Explores the codebase, compares quick hacks versus clean design, finds the right abstraction level, identifies necessary yak shaving, and recommends the smallest sound solution with explicit assumptions, risks, edge cases, and trade-offs.
My personal collection of GitHub Copilot customizations — prompts, instructions, agents, and installable plugins — tailored to my specific workflows and preferences.
Inspired by github/awesome-copilot.
agentic/
├── AGENTS.md # Repo-specific rules for future Codex/Copilot work
├── .claude-plugin/
│ └── marketplace.json # Canonical marketplace catalog (Claude & Copilot)
├── .github/
│ ├── copilot-instructions.md # Global Copilot instructions for this repo
│ └── plugin/
│ └── marketplace.json # Compatibility copy of marketplace catalog
└── plugins/
├── README.md # How plugin packages are organized
├── devcontainer/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── .plugin/
│ │ └── plugin.json
│ └── skills/
│ └── devcontainer/
│ ├── SKILL.md
│ └── references/
├── engineering-workflow/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── .plugin/
│ │ └── plugin.json
│ └── agents/
│ ├── distiller.agent.md
│ ├── implementer.agent.md
│ └── technical-analyst.agent.md
├── synouser/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── .plugin/
│ │ └── plugin.json
│ └── skills/
│ └── synouser/
│ └── SKILL.md
└── ugacltool/
├── .claude-plugin/
│ └── plugin.json
├── .plugin/
│ └── plugin.json
└── skills/
└── ugacltool/
└── SKILL.md
| Folder | Purpose | File type |
|---|---|---|
.claude-plugin/ | Canonical marketplace catalog (Claude & Copilot compatible) | marketplace.json |
.github/plugin/ | Compatibility copy of marketplace catalog for Copilot users | marketplace.json |
plugins/ | Installable plugins with bundled skills and agents | **/*.md, **/*.json |
Plugins can be installed from plugins/<name>/ directly or exposed through the canonical /.claude-plugin/marketplace.json (compatible with both Claude Code and GitHub Copilot CLI). A compatibility copy is maintained at .github/plugin/marketplace.json for Copilot users.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub sliekens/agentic --plugin engineering-workflowUGREEN utility for editing FACLs.
Synology utilities for managing local users and groups.
Create, update, validate, operate, and troubleshoot Dev Container setups, including `devcontainer.json`, local or published Dev Container Features, and `devcontainer` CLI workflows.
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
AI-powered development tools for code review, research, design, and workflow automation.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development