Skip to main content
cobusgreyling
ملف منشئ GitHub

cobusgreyling

عرض على مستوى المستودعات لـ ٦٦ skills مجمعة عبر ٥ مستودعات GitHub.

skills مجمعة
٦٦
مستودعات
٥
محدث
٢٨ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

المستودعات و skills الممثلة

install-loop
غير مصنف

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…

٢٨ أغسطس ٢٠٢٦
loop-triage
غير مصنف

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.

٢٦ أغسطس ٢٠٢٦
loop-constraints
غير مصنف

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.

٢٦ أغسطس ٢٠٢٦
budget-negotiator
المهن الحاسوبية الأخرى

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.

٣ أغسطس ٢٠٢٦
loop-budget
المهن الحاسوبية الأخرى

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.

٢٩ يوليو ٢٠٢٦
pr-review-triage
محللو ضمان جودة البرمجيات والمختبرون

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

٢٤ يوليو ٢٠٢٦
pr-review-triage
محللو ضمان جودة البرمجيات والمختبرون

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

٢٤ يوليو ٢٠٢٦
changelog-scan
مطوّرو البرمجيات

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

١ يوليو ٢٠٢٦
عرض 8 من أصل ٢٨ skills مجمعة.
context-window-hygiene
متخصصو العمليات التجارية، جميع الآخرون

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…

١٩ مايو ٢٠٢٦
human-in-the-loop
ضباط الامتثال

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…

١٩ مايو ٢٠٢٦
llm-as-judge
متخصصو العمليات التجارية، جميع الآخرون

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…

١٩ مايو ٢٠٢٦
memory-design
متخصصو العمليات التجارية، جميع الآخرون

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…

١٩ مايو ٢٠٢٦
model-routing
محللو الإدارة

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…

١٩ مايو ٢٠٢٦
multi-agent-orchestration
محللو الإدارة

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,…

١٩ مايو ٢٠٢٦
prompt-injection-defense
ضباط الامتثال

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…

١٩ مايو ٢٠٢٦
structured-output-reliability
متخصصو العمليات التجارية، جميع الآخرون

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…

١٩ مايو ٢٠٢٦
عرض 8 من أصل ١٨ skills مجمعة.
goal-verifier
محللو ضمان جودة البرمجيات والمختبرون

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…

٢٣ يونيو ٢٠٢٦
goal-verifier
محللو ضمان جودة البرمجيات والمختبرون

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

٢٣ يونيو ٢٠٢٦
goal-verifier
محللو ضمان جودة البرمجيات والمختبرون

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

٢٣ يونيو ٢٠٢٦
goal-verifier
محللو ضمان جودة البرمجيات والمختبرون

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

٢٣ يونيو ٢٠٢٦
goal-verifier
محللو ضمان جودة البرمجيات والمختبرون

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

٢٣ يونيو ٢٠٢٦
goal-verifier
محللو ضمان جودة البرمجيات والمختبرون

fixture

٢٣ يونيو ٢٠٢٦
goal-completion-check
مطوّرو البرمجيات

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?"

٢٣ يونيو ٢٠٢٦
goal-scoper
مطوّرو البرمجيات

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.

٢٣ يونيو ٢٠٢٦
عرض 8 من أصل ٩ skills مجمعة.
architecture-reviewer
مطوّرو البرمجيات

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…

٣ يونيو ٢٠٢٦
git-discipline
مطوّرو البرمجيات

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".

٣ يونيو ٢٠٢٦
mcp-orchestrator
مطوّرو البرمجيات

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…

٣ يونيو ٢٠٢٦
plan-mode-orchestrator
متخصصو إدارة المشاريع

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…

٣ يونيو ٢٠٢٦
security-audit
محللو أمن المعلومات

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:…

٣ يونيو ٢٠٢٦
subagent-arena
مطوّرو البرمجيات

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.…

٣ يونيو ٢٠٢٦
tdd-intelligence
محللو ضمان جودة البرمجيات والمختبرون

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…

٣ يونيو ٢٠٢٦
عرض ٥ من أصل ٥ مستودعات
تم تحميل كل المستودعات