plastic-store-indexing

plastic-store-indexing is a skill for Claude Code from zalom/plastic. It costs 42 tokens per session (1,120 once invoked), scanned A, original, MIT.

An index-maintenance guide for Plastic's intent store. The index is a Markdown directory that organizes active, future, grouped, completed, and abandoned work items.

In plain words
What is it for?
Use it after creating, completing, or abandoning an intent, or when organizing the store. It updates the index structure and its links.
Why use it?
It keeps the store's main directory accurate as work changes. This makes it easier to find current work, related topics, and items that need attention.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the plastic plugin — 36 skills, 10 agents, 5 hooks, 1 MCP server shipped together

Good fit Use it after creating, completing, or abandoning an intent, or when organizing the store. It updates the index structure and its links.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zalom/plastic/store-indexing
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.

Any agent
npx skills add zalom/plastic --skill store-indexing
Clone the repo
git clone --depth 1 https://github.com/zalom/plastic

Made for: Claude Code.

Or install plastic, the plugin that ships this one along with the rest of its 36 skills, 10 agents, 5 hooks, 1 MCP server.

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 plastic-store-indexing

README.md
[![agentmods](https://agentmods.dev/badge/skills/zalom/plastic/store-indexing.svg)](https://agentmods.dev/skills/zalom/plastic/store-indexing)
Your own site
<a href="https://agentmods.dev/skills/zalom/plastic/store-indexing"><img src="https://agentmods.dev/badge/skills/zalom/plastic/store-indexing.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,120 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 34
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
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.00042 $0.01120
Opus 5 $0.00021 $0.00560
Sonnet 5 $0.00008 $0.00224
Haiku 4.5 $0.00004 $0.00112

Measured 8d ago against content hash 40314bc9b6c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

plastic-store-indexing 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 8d 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.

skills/store-indexing/SKILL.md · 94 lines

How it starts

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

Managing the Index

When to Use

  • After creating a new intent (automatic - part of intent-creating workflow)
  • After completing or abandoning an intent
  • User says "index", "organize", or "clean up"
  • Periodic maintenance when the store grows

INDEX.md Structure

INDEX.md is a Zettelkasten main structure note - the brain's entry point. It has five sections:

Active

Intents currently being worked on. Max 1-2 for focus.

## Active
- [1a2 — Design Plastic](store/1a2--design-plastic-state-system/1a2--design-plastic-state-system.md) — decision, human

Future

Intents parked for later. May be picked up by agents.

## Future
- [1b1 — Build Reddit KB](store/1b1--build-reddit-knowledge-base/1b1--build-reddit-knowledge-base.md) — implementation, human

Clusters

Topic-based groupings. Manually curated. Create a new cluster when 3+ intents share a topic.

## Clusters
### Reddit Knowledge Base
- [1a — Research](store/1a--research-reddit-saved-posts/1a--research-reddit-saved-posts.md)
- [1a1 — Plan](store/1a1--plan-reddit-knowledge-base/1a1--plan-reddit-knowledge-base.md)

Abandoned

Intents ended without delivery. Links preserved, never deleted.

Completed

All completed intents with dates. Links preserved, never deleted.

When you move an intent INTO Completed or Abandoned, do these things:

  1. Author a real outcome.md in the intent directory from ~/.plastic/templates/outcome.md, with the frontmatter disposition: delivered for a completed intent or disposition: abandoned for an abandoned one. outcome.md is MANDATORY at every terminal, delivered and abandoned alike: on abandon it records the abandonment reason and replaces the scaffolded placeholder sentinel (never leave outcome.md a placeholder at a terminal).
  2. Call plastic-intent-ending for the terminal-transition close (INDEX move, savepoint Done bookend, store commit, disarm, and the QMD reindex last): ruby ~/.plastic/scripts/end-intent --store <store> --id <id> --disposition delivered|abandoned, then follow that skill's own disarm and reindex steps. Never restate those one-liners here.

Read the full file on GitHub · 94 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 94 lines · 42 tokens per session scan A 40314bc9b6c9

Subscribe to this mod's changes

plastic-store-indexing is a skill published in the GitHub repository zalom/plastic (10 stars, last pushed 2d ago), licensed MIT. It adds 42 tokens to every session and 1,120 once invoked, about $0.0002 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 skills, from other repositories

issue-creation

Trigger: issue creation, bug reports, feature requests, or issue approval. Create and triage GitHub issues from repository evidence.

Gentleman-Programming/gentle-ai · 30 tokens

sdd-tasks

Break an SDD change into implementation tasks. Trigger: orchestrator launches task planning for a change.

Gentleman-Programming/gentle-ai · 25 tokens

systemic-issue-triage

Trigger: new issue, bug report, triage, backlog, issue flood, community report, root cause, dead-end, blocked user. Attack issues by root class, never one-by-one; fixes must shrink the system, not grow it.

Gentleman-Programming/gentle-ai · 57 tokens

memstack-business-client-onboarding

Use this skill when the user says 'client onboarding', 'new client', 'onboard client', 'kickoff meeting', 'intake form', 'welcome email', or needs welcome sequences, questionnaires, and setup checklists for new clients. Do NOT use for contracts or invoicing.

cwinvestments/memstack · 65 tokens

memstack-product-mvp-scoper

Use this skill when the user says 'MVP', 'minimum viable product', 'scope the MVP', 'what should I build first', 'strip to core', or needs to define the smallest build that validates a product hypothesis. Do NOT use for full PRDs or roadmap planning.

cwinvestments/memstack · 65 tokens

memstack-product-roadmap-builder

Use this skill when the user says 'roadmap', 'product roadmap', 'quarterly plan', 'now/next/later', 'OKRs', or needs strategic planning with themes, milestones, resource allocation, and stakeholder-ready views. Do NOT use for MVP scoping or sprint-level planning.

cwinvestments/memstack · 67 tokens