slice-executor

slice-executor is an agent for coding agents from taipt1504/agent-skills. It costs 59 tokens per session (3,150 once invoked), scanned A, original, no licence file.

A coding agent that implements one approved part of a larger plan using TDD, a method of writing failing tests before the code that makes them pass.

In plain words
What is it for?
Use it after a plan and specification are approved to implement and report on individual scenarios or work slices.
Why use it?
It gives focused implementation work a repeatable cycle: write a failing test, make it pass, then improve the code.

Agent

Part of the devco-agent-skills plugin — 28 skills, 16 commands, 11 agents, 7 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/taipt1504/agent-skills/slice-executor
Clone the repo
git clone --depth 1 https://github.com/taipt1504/agent-skills

Or install devco-agent-skills, the plugin that ships this one along with the rest of its 28 skills, 16 commands, 11 agents, 7 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for slice-executor

README.md
[![agentmods](https://agentmods.dev/badge/agents/taipt1504/agent-skills/slice-executor.svg)](https://agentmods.dev/agents/taipt1504/agent-skills/slice-executor)
Your own site
<a href="https://agentmods.dev/agents/taipt1504/agent-skills/slice-executor"><img src="https://agentmods.dev/badge/agents/taipt1504/agent-skills/slice-executor.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,150 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00059 $0.03150
Opus 5 $0.00030 $0.01575
Sonnet 5 $0.00012 $0.00630
Haiku 4.5 $0.00006 $0.00315

Measured 3d ago against content hash 37c740e51077, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

slice-executor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/slice-executor.md · 299 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 299 lines · 59 tokens per session scan A 37c740e51077

Subscribe to this mod's changes

slice-executor is an agent published in the GitHub repository taipt1504/agent-skills (4 stars, last pushed 3mo ago), with no licence file. It adds 59 tokens to every session and 3,150 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

java-reviewer

Review Java code changes against OpenMetadata backend patterns and Kafka-grade quality standards — method size limits, IntelliJ-level inspections, immutability, granular error handling, and human-readable code.

open-metadata/OpenMetadata · 40 tokens

spring-ai-expert

Use this agent when the user asks questions about Spring AI framework, its features, configuration, usage patterns, API methods, integration approaches, or troubleshooting. Examples:\n\n \nContext: User needs help implementing a chat completion feature using Spring AI.\nuser: "How do I set up a chat client with Spring…

spring-ai-community/spring-ai-agent-utils · 363 tokens

scout neqsim capabilities

Analyzes engineering tasks to identify required capabilities (physics, chemistry, process, economics), checks NeqSim's existing coverage, identifies gaps, plans implementations, and recommends skills to load. Use before starting any complex engineering task to ensure all needed tools and models are available.

equinor/neqsim · 60 tokens

extract process to neqsim json

Extracts process simulation data from unstructured input (text descriptions, PFDs, operating data, tables, data sheets) and converts it into running NeqSim simulations. Small/medium processes use the JSON builder (ProcessSystem.fromJsonAndRun). Large multi-area processes are split into multiple ProcessSystems composed…

equinor/neqsim · 94 tokens

make a neqsim process simulation

Creates an executable NeqSim process simulation from an engineering description. Builds thermodynamic fluids, assembles flowsheets with ProcessSystem, runs the simulation, validates results, and can evaluate P&ID-derived valve/action scenarios through neqsim.process.operations or MCP runOperationalStudy. Supports…

equinor/neqsim · 90 tokens

create a neqsim jupyter notebook

Creates Jupyter notebook examples demonstrating NeqSim capabilities — process simulations, thermodynamic calculations, PVT studies, and engineering workflows. Uses devtools workspace class imports for task notebooks, with proper structured markdown cells and visualization.

equinor/neqsim · 52 tokens