Skip to main content
cobusgreyling
GitHub creator profile

cobusgreyling

Repository-level view of 66 collected skills across 5 GitHub repositories.

skills collected
66
repositories
5
updated
Aug 28, 2026
repository explorer

Repositories and representative skills

install-loop
unclassified

Install Loop Engineering into a project via the unified CLI front door (@cobusgreyling/loop). Prefer this over invoking loop-init / loop-audit separately. Week-one is report-only; never enable auto-merge or unattended fixes unless the human explicitly asks…

Aug 28, 2026
loop-triage
unclassified

Triage recent changes, CI failures, issues, and conversations. Produces a concise, actionable findings report suitable for a loop to consume. Writes structured output to a state file or Linear board.

Aug 26, 2026
loop-constraints
unclassified

Read loop-constraints.md at the start of every run and enforce every rule. This skill runs BEFORE triage or any action skill. Constraints are binding.

Aug 26, 2026
budget-negotiator
computer-occupations-all-other

An advanced skill for L3 autonomous loops. When the token budget nears exhaustion, the agent analyzes its ROI and autonomously drafts a negotiation request for a budget increase rather than silently failing.

Aug 3, 2026
loop-budget
computer-occupations-all-other

Check token budget and run-log spend before and after a loop run. Enforces early exit when over budget or when there is no actionable work.

Jul 29, 2026
pr-review-triage
software-quality-assurance-analysts-and-testers

Triage open pull requests for CI status, review comments, and merge readiness. Use in PR babysitter loops. Respects project review norms and required checks.

Jul 24, 2026
pr-review-triage
software-quality-assurance-analysts-and-testers

Watch open PRs, check CI status, review staleness, merge conflicts, and unanswered review comments. Produces a prioritized watchlist.

Jul 24, 2026
changelog-scan
software-developers

Scan merged PRs and commits since a given reference, extract titles, labels, types, and signals. Produces structured input for release notes drafting.

Jul 1, 2026
Showing 8 of 28 collected skills.
context-window-hygiene
business-operations-specialists-all-other

Manage what enters and stays in the context window — pruning, compaction, summary fidelity, ordering — so the agent stays coherent on long runs without inflating cost. Use when the user is hitting context limits, running long agentic loops, paying for…

May 19, 2026
human-in-the-loop
compliance-officers-131041

Design where, when, and how a human gates, reviews, or rescues an LLM agent — without turning the agent into a button labelled "approve". Use when the user is building an agent that takes irreversible actions or operates in regulated workflows and mentions…

May 19, 2026
llm-as-judge
business-operations-specialists-all-other

Design and validate LLM-as-judge scoring — pairwise vs pointwise, bias correction, anchor calibration, and the cases where a judge is the wrong tool. Use when the user is building an eval, scoring open-ended outputs, or comparing model versions and mentions…

May 19, 2026
memory-design
business-operations-specialists-all-other

Design memory for an LLM agent — what to keep, where to keep it, and when memory hurts more than it helps. Use when the user is adding memory to an agent and mentions short-term memory, long-term memory, episodic, semantic, conversation history, summary…

May 19, 2026
model-routing
management-analysts-131111

Pick the right model per call, not per project — route Opus/Sonnet/Haiku, GPT-5/4o/mini, Gemini Pro/Flash by task, and cut cost without losing quality. Use when the user is choosing model tiers, building a router, or debating Opus-only vs mixed-tier…

May 19, 2026
multi-agent-orchestration
management-analysts-131111

Decide when to split work across multiple agents vs one agent with tools, and design the handoffs when you do. Use when the user is sketching a multi-agent system or debugging one, and mentions handoff, delegation, supervisor, swarm, crew, sub-agent,…

May 19, 2026
prompt-injection-defense
compliance-officers-131041

Defend an LLM agent against prompt injection — direct, indirect, tool-result, and document-borne. Use when the user is building an agent that reads untrusted content (web pages, emails, documents, tool outputs) or exposes user-provided text to a downstream…

May 19, 2026
structured-output-reliability
business-operations-specialists-all-other

Get reliable structured output (JSON, typed objects) out of an LLM without regex repair, retry loops, or silent corruption. Use when the user is parsing model output, fighting malformed JSON, comparing JSON mode vs function calling vs structured outputs, or…

May 19, 2026
Showing 8 of 18 collected skills.
goal-verifier
software-quality-assurance-analysts-and-testers

Independently verify a Grok Build goal is truly complete. Checks GOAL.md done conditions, runs tests, and returns PASS or REJECT with evidence. Use before update_goal(completed: true), when asked to "verify goal", "check if done", or as a reviewer sub-agent…

Jun 23, 2026
goal-verifier
software-quality-assurance-analysts-and-testers

Verify coverage-target goals: coverage threshold met, no hollow tests, suite green. Use before update_goal(completed: true) on coverage goals.

Jun 23, 2026
goal-verifier
software-quality-assurance-analysts-and-testers

Verify implement-feature goals: acceptance criteria met, tests for new behavior, checklist complete. Use before update_goal(completed: true) on feature goals.

Jun 23, 2026
goal-verifier
software-quality-assurance-analysts-and-testers

Verify migrate-module goals: tests green, zero legacy imports, GOAL.md checklist complete. Use before update_goal(completed: true) on module migration goals.

Jun 23, 2026
goal-verifier
software-quality-assurance-analysts-and-testers

Verify refactor-safely goals: full test lock, no public API breakage, behavior preserved. Use before update_goal(completed: true) on refactor goals.

Jun 23, 2026
goal-verifier
software-quality-assurance-analysts-and-testers

fixture

Jun 23, 2026
goal-completion-check
software-developers

Pre-flight check before calling update_goal(completed: true). Ensures verifier ran, tests passed, and GOAL.md checklist is complete. Use when implementer believes work is done, or when asked "can I mark goal complete?"

Jun 23, 2026
goal-scoper
software-developers

Break a large request into a bounded, goal-ready objective with verifiable done conditions. Use before /goal when the task is vague, too large, or missing acceptance criteria. Produces GOAL.md draft content.

Jun 23, 2026
Showing 8 of 9 collected skills.
architecture-reviewer
software-developers

Perform focused architecture and modularity reviews. Identify boundary violations, god objects, tangled dependencies, and propose the smallest reversible improvements. Use the repo-graph MCP when available. Trigger with "architecture review", "check the…

Jun 3, 2026
git-discipline
software-developers

Enforce conventional commits, clean branch strategy, small focused diffs, and PR-ready history. Use before any commit or when preparing work for review. Triggers: "commit this cleanly", "prepare for PR", "fix the git history", "use git-discipline".

Jun 3, 2026
mcp-orchestrator
software-developers

Discover available MCP servers, evaluate their fit, install and configure them safely, and then use them effectively within sessions. Use when the user needs new capabilities (browser control, advanced git, observability, etc.) or when existing MCPs are…

Jun 3, 2026
plan-mode-orchestrator
project-management-specialists

For any non-trivial task, start in Plan Mode, produce a clear step-by-step plan with risks and verification method, and wait for explicit approval before any edits. Use when the user says "plan this", "use plan mode", "don't edit yet", or describes a complex…

Jun 3, 2026
security-audit
information-security-analysts

Perform focused security reviews on code, diffs, hooks, and MCP servers. Look for auth issues, injection, secret leakage, unsafe tool/MCP usage, and hook risks. Use for any change involving external input, credentials, or agent capabilities. Triggers:…

Jun 3, 2026
subagent-arena
software-developers

Run parallel independent subagents on the same investigation or design question, collect structured outputs, then synthesize the best elements or score approaches. Use for complex research, architecture decisions, or when multiple valid strategies exist.…

Jun 3, 2026
tdd-intelligence
software-quality-assurance-analysts-and-testers

Apply rigorous test-first development. Write failing tests (or characterization tests) that capture desired behavior before implementing. Maintain high test coverage on changed code. Use for new features, refactors, and bug fixes where regression protection…

Jun 3, 2026
Showing 5 of 5 repositories
All repositories loaded