Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Impl

ASecurity

Implement a requested change or approved plan, verify its outcomes, and report concrete blockers. Use graph execution only for independent work that needs durable coordination.

3 stars
0 votes
0 copies
0 views
Added 9/22/2026
ai-agentspythonrustfrontendbackend

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add badmuriss/my-llm-kit --skill impl --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Impl?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Impl
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/badmuriss-impl/badge)](https://www.skillsdirectory.com/skills/badmuriss-impl)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: impl
description: Implement a requested change or approved plan, verify its outcomes, and report concrete blockers. Use graph execution only for independent work that needs durable coordination.
---

# Impl

Complete the authorized change using the least process that can establish its
acceptance. A task does not require a separate spec or executable intake merely
because this skill was invoked.

## Select the working mode

Read the applicable repository instructions and code relevant to the request.
Use an existing decision when supplied. Otherwise choose from task evidence:

- `direct`: one bounded edit and its relevant check. No planning file or graph.
- `verified_single`: one writer with a hypothesis/check loop for uncertain behavior.
- `light_spec`: use an existing decision record, or write `decisions/<slug>.md`
  when a material architectural decision needs to survive the session.
- `graph`: use only for independently useful packets that need durable ownership,
  integration and recovery. Read [graph-execution.md](references/graph-execution.md).

Executable intake is optional outside graph. When needed, resolve the installed
`agent-graph` skill directory, then invoke its `scripts/agent_graph.py` with
`--repo <absolute-project-path>`. Use `python3` on Unix or `py -3` on Windows.
Never assume the consumer project contains the harness source.

## Keep acceptance visible

For substantial work, state the required outcomes, relevant constraints and how
each outcome will be checked. Use the current plan or task list, not another
ledger. Keep trivial edits in conversation. Separate required outcomes from
optional ideas; do not turn improvement opportunities into new requirements.

Continue through implementation, verification and repairs caused by the change.
Respect existing authorization. Ask only when an unresolved choice changes scope,
permissions or acceptance and cannot be settled from the available evidence.

After a request amendment, update affected outcomes and checks before continuing.
On resume, reconcile existing work and owned processes first. Read the objective,
decisions, evidence and pending work instead of replaying the whole transcript.

## Browser work

For interactive web tasks, use the installed `computer-use` skill when available.
It selects Jev for supported browser actions and Orca for desktop or unsupported
interactions. Reuse a working installation; resolve bundled scripts from that
skill directory, not the consumer checkout. Keep outcome verification independent
of the model's completion decision. In graph mode, preserve the active driver's
browser ownership and cleanup contract; a browser backend is not a second
coordinator. See [browser integration](../agent-graph/references/jev-integration.md).

## Completion gates, all modes

- Reconcile the current request against delivered outcomes. Name anything missing,
  deferred or blocked; none of those counts as completed.
- Use a check that can fail for the relevant defect. Do not certify success by
  echoing an expected string, checking a box, or trusting a worker's report.
- Bind evidence to the actual result being delivered. Reuse passing checks while
  the checked inputs and acceptance remain unchanged; rerun affected checks after
  a repair. Test negative assertions against a known positive control when their
  failure could otherwise be silent.
- Review the affected diff and integration boundaries. Honor configured project
  gates without suppressing them. Use a separate read-only reviewer for a
  consequential contract, concurrency or integrity change, or when requested;
  use `thermo-nuclear-code-quality-review` for that deeper review when available.
- For rendered changes, follow `frontend-visual-validation`. Missing vision is
  unobserved evidence, not a passing build.
- Settle resources started for the task and report any explicitly retained ones.

Stop on demonstrated acceptance, a concrete blocker, or the declared budget.
Do not loop until every imaginable improvement is exhausted. When a repair no
longer has a distinct evidence-backed hypothesis, explain the blocker rather
than retrying the same approach or silently increasing model cost.

Report the delivered behavior, relevant checks and remaining limitations. In
non-graph modes this ends the task: no `digest`, journal or `complete` command.

Attribution

badmurissbadmuriss
View sourceMore from badmuriss →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →