Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

my-agentic-stuff

my-agentic-stuff contém 18 skills coletadas de jmerkow, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
18
Stars
2
atualizado
2026-07-16
Forks
0
Cobertura ocupacional
6 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

engdirs-status
Desenvolvedores de software

'Audit all .eng/ git repos under ~/Code/ by default, or under provided roots — report which are dirty, which have unpushed commits, and which look uninitialized. Read-only. Use when the user asks about EngDirs/.eng repo status, unpushed commits, dirty working trees, or "what needs to be pushed/committed". Triggers: eng status, engdirs status, eng audit, what'\''s dirty, unpushed eng.'

2026-07-16
collect
Desenvolvedores de software

Collect Copilot Chronicle session-store SQLite databases from local machine, WSL, and remote SSH hosts into a single staging directory, then query them with sqlite3. Use when the user wants to inspect, search, or export their Copilot chat history (sessions, turns, files, refs) across machines. Triggers: chronicle, session-store.db, copilot history, session history, search past sessions, what did I ask, find prompt.

2026-07-16
work-search
Desenvolvedores de software

Search and retrieve work information across M365 activity, internal engineering knowledge, and official Microsoft documentation. Use when gathering meeting summaries, email threads, chat messages, calendar events, internal docs, technical support guidance, or Microsoft/Azure product documentation. Covers tool selection, query strategies, and data-quality rules.

2026-07-16
workspace
Desenvolvedores de software

Workspace topology inspector and reconciler. Marker: my-workspace.yaml at root (also the index and the only loose file unless a file has its own index entry). Default mode is read-only. Reconcile only after proposing an exact plan and receiving explicit consent. Never auto-assigns vc_exception — propose, confirm per-dir. Keywords: workspace, conventions, layout, validate, is my workspace in a good state, topology, manifest, index.

2026-07-15
worktree
Desenvolvedores de software

Convention-aware worktree setup for a my-workspace topology. Naming: worktrees for repoX/ go in repoX.worktrees/<branch-name>/. Propose-approve-execute with standard preflight. Keywords: worktree, git worktree, isolated branch, worktree scaffold.

2026-07-15
agent-doctor
Outras ocupações de informática

Diagnose and fix Copilot / VS Code agent files (`*.agent.md`) — especially their `tools:` list — and keep them correct as plugins install and MCP servers change. Default posture is a read-only "doctor": when an agent can't use a tool, an install scrambled its tools, an MCP server renamed tools, you're onboarding a new MCP server, or you're setting up a new agent, work out what's wrong and what the fix is — then apply it only when asked. Intent lives in a version-controlled store and is expanded mechanically into each agent's `tools:`. Keywords: agent files, agent tools, doctor mode, agent can't use tool, tool not available, toolsets, tools frontmatter, tool drift, MCP tool rename, onboard MCP server, new agent, expand toolset, assignments, agent-doctor, DrAgent, fix agent tools.

2026-07-15
llm-council
Outras ocupações de informática

Run an LLM council: pose a question to multiple orthogonal models and/or specialist personas in parallel (via the harness's subagent tool), then summarize each stance and synthesize the responses with a separate chair model. Use when the user wants diverse model perspectives, a panel of specialist lenses (concise, skeptic, coder, prose), or cross-model review of a high-stakes or ambiguous question, or asks to ask the council, panel, or multiple models. Keywords: council, panel, specialists, personas, multiple models, diverse perspectives, ensemble, model comparison, cross-model review, fan-out, synthesize, second opinion, 3-flag, 2-horse.

2026-07-14
slop-check
Redatores técnicos

Detect and fix AI slop in text — vague filler, fake authority, clichés, buzzwords, and structural patterns that signal low-value AI-generated content. Use when reviewing, editing, or writing any prose: docs, blog posts, emails, summaries, weekly updates, READMEs, or marketing copy. Keywords: slop, AI slop, cliché, filler, buzzwords, writing quality, lint, review text.

2026-07-10
marketplace-creator
Outras ocupações de informática

Create, publish, and register plugin marketplaces for GitHub Copilot in VS Code and the GitHub Copilot CLI. A marketplace is a Git repo (or local directory) with a marketplace.json manifest that lists installable plugins. Use when authoring marketplace.json, choosing where to place it, registering a marketplace via chat.plugins.marketplaces or copilot plugin marketplace add, or recommending marketplaces to a project with extraKnownMarketplaces and enabledPlugins. Keywords: marketplace.json, plugin marketplace, chat.plugins.marketplaces, copilot plugin marketplace add, extraKnownMarketplaces, enabledPlugins.

2026-07-10
plugin-creator
Outras ocupações de informática

Create, inspect, install, and troubleshoot plugins for GitHub Copilot in VS Code and the GitHub Copilot CLI. Plugins are file-based bundles that ship custom agents, agent skills, hooks, MCP servers, and slash commands via a single plugin.json manifest. Use when scaffolding a new plugin directory, authoring plugin.json, wiring chat.pluginLocations in VS Code settings, installing a plugin from a local path or Git URL, or debugging why a plugin's components are not loading. To publish or register a plugin marketplace, use the marketplace-creator skill. Keywords: Copilot plugins, VS Code agent plugins, Copilot CLI plugins, plugin.json, chat.pluginLocations, copilot plugin install, .mcp.json, SKILL.md, .agent.md, hooks, MCP servers, local plugin install.

2026-07-10
agent-refiner
Desenvolvedores de software

Review and tighten agent .md files for persona clarity, process bloat, and constraint enforcement. Use when reviewing agents, rewriting agent prompts, extracting shared mechanics to instructions/skills, or deciding between markdown headers and XML tags for behavioral rules. Triggers: "review this agent", "tighten this agent", "refine agent", "agent has too much process", "agent isn't following constraints", "extract shared rules".

2026-06-29
skill-creator
Outras ocupações de informática

Guide for creating effective GitHub Copilot agent skills. Use when creating a new skill, updating an existing skill, or authoring a SKILL.md file. Covers skill design, directory structure, bundled resources, progressive disclosure, and the full creation workflow for VS Code, Copilot CLI, and Copilot coding agent.

2026-06-29
build-deck
Designers gráficos

Build a presentation deck as standalone 1920×1080 SVG slides, themed via shared CSS, rendered with `rsvg-convert` for preview, and packaged into a self-contained `.pptx` for delivery. Use when authoring team updates, design reviews, conference talks, or any deck where diffable source matters. Keywords presentation, deck, slides, SVG, pptx, slide-spec.

2026-06-29
worktree-setup
Desenvolvedores de software

Set up a git worktree as an isolated workspace for Copilot agent work. Use when creating a worktree branch, wiring up `.eng/` shared engineering state, linking sibling repos via `external/`, or preparing a clean environment for isolated agent changes. Keywords: worktree, git worktree, workspace setup, isolated branch, sibling repos, external/, .eng symlink, Copilot worktree, worktree scaffold.

2026-06-29
code-review
Analistas de garantia de qualidade de software e testadores

Local code-quality review — dual sub-agent review with human triage. Use when reviewing source code for style, slop, and structural issues without opening a PR.

2026-06-29
diagram-help
Desenvolvedores de software

Lightweight reference for Mermaid and SVG diagram rendering gotchas. Use when choosing between Mermaid, Mermaid-rendered SVG, and direct SVG, or when producing diagrams that must render reliably through mmdc, rsvg-convert, PNG, or PowerPoint. Keywords: diagram, mermaid, mmdc, SVG, rsvg, PowerPoint, rendering, portability.

2026-06-29
pandoc-docx
Editores de desktop

Convert markdown files to styled .docx using pandoc with a bundled reference template. Use when the user asks to generate a Word document, convert markdown to docx, or export a document.

2026-06-29
visual-design
Designers gráficos

Judge and improve the visual design of static artifacts (presentation slides, decks, diagrams, posters, SVG figures, any laid-out visual) so they read as intentional rather than templated or AI-generated. Covers anti-default calibration (naming and avoiding defaults before committing a visual choice), signature + restraint (one bold element, everything else quiet), and plan-then-critique (two-pass design loop). For STATIC visual artifacts only; not for web UI runtimes. Keywords: visual design, layout design, slide design, deck aesthetics, diagram design, poster design, avoid templated look, design judgment, AI slop visual, anti-default, signature element, plan then critique.

2026-06-29