Results for “state-file”
6 skillsSow Pws Builder
Creates and revises contract-file-ready federal Statements of Work and Performance Work Statements with executable requirements, defined scope, measurable performance standards, and separate staffing and pricing handoffs.
Plantuml Ascii
Generate ASCII art diagrams from PlantUML source files for use in terminals, documentation, and version-controlled environments.
36.2k
More results
Acquisition Policy Workflow
Explains current FAR, DFARS, and agency-supplement policy; compares codified text, RFO model text, and agency deviations; traces rulemaking and public comments; and produces evidence-supported Acquisition Policy Impact Briefs.
Nature Skills
Provides nine skills for Nature-journal-family academic publishing, covering figure creation, prose polishing, manuscript writing, citation formatting, data availability statements, paper reading, reviewer responses, paper-to-PPT conversion, and academic search via an MCP server.
0
Plugin Settings
This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
3 · bundle
Pollers
Mechanics for building and managing pollers — subprocess scripts that check external services on a schedule and emit events when something has changed. Use when authoring a new poller (a `pollers.json` manifest plus a script in any language), debugging why a poller isn't firing, or extending an existing one. Pollers run on cron, emit JSONL events when there's something to report, and stay silent otherwise (silence-as-filter). The framework discovers `<home>/skills/<name>/pollers.json` files at startup and via `reload_pollers`; each emitted event becomes a fresh turn on a `poller:<name>` synthetic channel. Companion to the `world-scanning` skill, which catalogs *what's worth polling*. Distinct from `async-tasks` (one-shot wake-up via bash_async, not recurring) and from in-process scheduler callables (saga-consolidate, oauth-usage-poll — those mutate mimir-internal state and aren't subprocess-isolated).
6 · bundle