slicc: Skill for Claude Code

.agents/skills/adding-slicc-features/SKILL.md

adding-slicc-features is a skill for Claude Code, Codex from ai-ecoverse/slicc. It costs 113 tokens per session (11,078 once invoked), scanned A, original, Apache-2.0.

A development procedure for adding commands, tools, providers, user-interface panels, approvals, or runtime skills to SLICC. It also covers checking related documentation and tests.

In plain words
What is it for?
Use it when extending SLICC or investigating missing commands, undiscovered tools, dropped actions, or authentication errors.
Why use it?
It helps developers find the correct extension point and avoid leaving different interfaces or references out of sync. It also provides checks for type errors, tests, lint, builds, and command consistency.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions CLAUDE.md; installed under .agents/ (shared by several agents).

This is ai-ecoverse/slicc's own configuration. It tells Claude Code and Codex how to work on slicc itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything slicc configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node packages/dev-tools/tools/playwright-cli-sync.mjs.

Reuse

Borrowing it

Nothing to install: this file belongs to ai-ecoverse/slicc. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ai-ecoverse/slicc/main/.agents/skills/adding-slicc-features/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ai-ecoverse/slicc

Made for: Claude Code, Codex.

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 adding-slicc-features

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai-ecoverse/slicc/adding-slicc-features.svg)](https://agentmods.dev/skills/ai-ecoverse/slicc/adding-slicc-features)
Your own site
<a href="https://agentmods.dev/skills/ai-ecoverse/slicc/adding-slicc-features"><img src="https://agentmods.dev/badge/skills/ai-ecoverse/slicc/adding-slicc-features.svg" alt="Measured on agentmods" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,078 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.1 $0.00113 $0.11078
Opus 5 $0.00056 $0.05539
Sonnet 5 $0.00023 $0.02216
Haiku 4.5 $0.00011 $0.01108

Measured yesterday against content hash dfabc7b0495e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

adding-slicc-features 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 yesterday.

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/skills/adding-slicc-features/SKILL.md · 1,133 lines

How it starts

The opening of the file, as written. The whole thing — 1,133 lines — stays where its author put it; the contents beside it link to each section on GitHub.

adding-slicc-features

Use this procedure to extend SLICC. Prefer shell commands over dedicated tools, preserve CLI and extension parity, and update every agent-facing reference that exposes changed behavior.

For non-procedural system and protocol background, see docs/architecture.md, docs/shell-reference.md, and docs/tools-reference.md.

Quick Reference

# Validate TypeScript and behavior
npm run typecheck
npm test

# Validate all repository and skill lint gates
npm run lint

# Check playwright-cli command parity after adding/changing a subcommand
node packages/dev-tools/tools/playwright-cli-sync.mjs

# Build the extension for dual-mode verification
npm run build -w @slicc/chrome-extension

Use these common extension points:

Capability Primary path
Supplemental shell command packages/webapp/src/shell/supplemental-commands/
Executable .jsh skill command packages/vfs-root/workspace/skills/<skill>/
Core agent tool packages/webapp/src/tools/ and packages/webapp/src/scoops/scoop-context.ts
Scoop-management tool packages/webapp/src/scoops/scoop-management-tools.ts
Provider packages/webapp/src/providers/built-in/ or packages/webapp/providers/
Runtime agent skill packages/vfs-root/workspace/skills/<skill>/SKILL.md

1. Add a Supplemental Shell Command

When: To register a new bash command (e.g., convert, webhook, crontask).

Files to modify:

  • Create: packages/webapp/src/shell/supplemental-commands/my-command.ts
  • Modify: packages/webapp/src/shell/supplemental-commands/index.ts

Read the full file on GitHub · 1,133 lines

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. yesterday First seen · 1,133 lines · 113 tokens per session scan A dfabc7b0495e

Subscribe to this mod's changes

adding-slicc-features is a skill published in the GitHub repository ai-ecoverse/slicc (30 stars, last pushed yesterday), licensed Apache-2.0. It adds 113 tokens to every session and 11,078 once invoked, about $0.0006 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-09-05.

Related

Other skills, from other repositories

opencli-sitemap-author

Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.

jackwener/OpenCLI · 67 tokens

pinchtab-mcp

Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.

pinchtab/pinchtab · 52 tokens

pinchtab-stealth-score

Run the PinchTab stealth-score sweep against 15 bot-detection / fingerprint sites (sannysoft, rebrowser, deviceandbrowserinfo, iphey, whoer, browserscan, pixelscan, fingerprint-scan, incolumitas, fvision, amiunique, browserleaks, creepjs, coveryourtracks, fingerprint-demo). Starts a Docker PinchTab container per…

pinchtab/pinchtab · 168 tokens

moli-webfetch

Fetch, inspect, crawl, and capture live, JavaScript-rendered websites with Moli. Use when Codex needs current web content, web research, fact lookup, link following, a bounded crawl, client-rendered or response-gated content, network diagnostics, or a standalone HTML, Markdown, JSON, semantic-tree, viewport or…

lexmount/moli · 90 tokens

actionbook-scraper

Generate and verify web scraper scripts using Actionbook's verified selectors. Auto-validates generated scripts and fixes errors.

actionbook/actionbook · 28 tokens

wttr-weather

Weather via wttr.in GET (no key). Use for weather/forecast; prefer os.http.request.

AtomicBot-ai/atomic-agent · 25 tokens