warmind_ai: Skill for Claude Code

.agents/skills/openspec-propose/SKILL.md

openspec-propose is a skill for Claude Code, Codex from ai-for-war/warmind_ai. It costs 47 tokens per session (1,044 once invoked), scanned A, original, no licence file.

A step in the OpenSpec workflow for turning a requested change into a proposal with a design, specifications, and implementation tasks.

In plain words
What is it for?
Proposing a new change and preparing the documents needed to implement it.
Why use it?
It creates a shared plan before coding begins, so the intended work is described in one place.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is ai-for-war/warmind_ai's own configuration. It tells Claude Code and Codex how to work on warmind_ai 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 warmind_ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ai-for-war/warmind_ai. 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-for-war/warmind_ai/main/.agents/skills/openspec-propose/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ai-for-war/warmind_ai

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 openspec-propose

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai-for-war/warmind_ai/openspec-propose.svg)](https://agentmods.dev/skills/ai-for-war/warmind_ai/openspec-propose)
Your own site
<a href="https://agentmods.dev/skills/ai-for-war/warmind_ai/openspec-propose"><img src="https://agentmods.dev/badge/skills/ai-for-war/warmind_ai/openspec-propose.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,044 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.
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.1 $0.00047 $0.01044
Opus 5 $0.00023 $0.00522
Sonnet 5 $0.00009 $0.00209
Haiku 4.5 $0.00005 $0.00104

Measured 7d ago against content hash 88ad070e3025, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

openspec-propose 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 7d 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/skills/openspec-propose/SKILL.md · 111 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. 7d ago First seen · 111 lines · 47 tokens per session scan A 88ad070e3025

Subscribe to this mod's changes

openspec-propose is a skill published in the GitHub repository ai-for-war/warmind_ai (2 stars, last pushed 3mo ago), with no licence file. It adds 47 tokens to every session and 1,044 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

backtest-interpretation

Interpret backtest output from the historicalpriceanalyzer tool — four built-in strategies (SMA crossover, RSI reversal, breakout, mean reversion) over Indian stocks, with Sharpe, max drawdown, win rate, and avg trade. Use when the user asks about "backtest", "how would strategy X have performed", "test this on…

Sundeepg98/kite-mcp-server · 103 tokens

sector-rotation

Analyze sector exposure in an Indian equity portfolio — which sectors the user is overweight/underweight vs NIFTY benchmarks, how yesterday's FII/DII flows align with current holdings, and what the concentration numbers actually say. Use when the user asks about "sector exposure", "sector rotation", "am I too…

Sundeepg98/kite-mcp-server · 100 tokens

tax-harvest

Walk an Indian retail trader through tax-loss harvesting on their Zerodha equity holdings — identify STCG/LTCG positions with losses, estimate tax savings under Indian capital-gains rules, and plan the sell-and-rebuy sequence while avoiding wash-sale equivalents. Use when the user asks about "tax harvesting", "tax…

Sundeepg98/kite-mcp-server · 109 tokens

eod-review

End-of-day trading review for an Indian retail trader on Zerodha Kite — day P&L, positions still open, orders placed today, alert activity, MIS square-off warnings, and action items for tomorrow. Use when the user says "EOD review", "end of day summary", "how did today go", "close the books", "wrap up trading day", or…

Sundeepg98/kite-mcp-server · 87 tokens

morning-brief

Generate a daily pre-market briefing for an Indian retail trader using Zerodha Kite holdings, positions, indices, alerts, and margin. Use when the user asks for a "morning brief", "pre-market check", "what should I watch today", "pre-open check", or similar phrasing about Indian stock market start-of-day status.

Sundeepg98/kite-mcp-server · 73 tokens

trade-check

Run a pre-flight check before placing an equity order on Zerodha Kite — current price, margin required, portfolio concentration impact, existing exposure, and stop-loss suggestion. Use when the user says "should I buy X", "pre-trade check on Y", "can I afford Z quantity of ABC", "check before I place order", or asks…

Sundeepg98/kite-mcp-server · 84 tokens