ワンクリックで
injective-docs-style
Audit and report adherence to Injective's documentation standards
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Audit and report adherence to Injective's documentation standards
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Optimize AI API costs for agentic trading bots. Covers Anthropic token cost tracking, web search cost management, CoinGecko/Massive.com data sourcing, shared caching strategies, and per-user cost caps. Learned from real production data showing web search inflates costs 10-17x.
Use the Injective `injectived` CLI against a chain with consistent wallet, endpoint, and gas handling. Use the CLI map and reference docs to find commands and build transactions safely.
Detect breaking changes in Injective core between two tagged releases. For use in developer documentation and release notes.
Develop EVM smart contracts and dApps on Injective
Create and operate an INJ faucet for initializing fresh Injective wallets. Sends a small amount of INJ via EVM to create on-chain accounts and provide gas for AuthZ grants. Handles the circular dependency where fresh wallets can't transact without gas but can't receive gas without an account. Pairs with injective-trading-autosign for zero-friction onboarding.
Build, review, or debug browser frontends that sign and broadcast Injective transactions with Keplr, Leap, MetaMask, CosmJS, @injectivelabs/sdk-ts, or CosmWasm execute messages. Use this whenever implementing Injective React/Vite/Next apps, wallet connect flows, swap-contract UIs, MsgExecuteContract, MsgBroadcaster, or when errors mention EthAccount, ethsecp256k1, invalid pubkey, account sequence, signer address, Keplr, Leap, or browser wallet signing.
| name | injective-docs-style |
| description | Audit and report adherence to Injective's documentation standards |
| activates_on | ["*.md","*,mdx*","*.txt"] |
| uses | ["injective-mcp-servers","devrel-docs-style"] |
| license | MIT |
| metadata | {"author":"bguiz","version":"0.0.0"} |
Injective provides extensive developer documentation that is available on https://docs.injective.network (for humans) and https://docs.injective.network/llms.txt (for robots). This skill is to assist authors working on Injective's developer documentation.
Invoke the "devrel-docs-style" skill, and specify use of American English.
Invoke the "injective-mcp-servers" skill, and connect to the Injective Documentation MCP server.
Use this to validate technical correctness of all pages that were checked in the previous step "Check documentation style". Do so by:
Based on this, create a list of all the claims, for each claim:
./foo/bar.md:123-125Use format: ./assets/claims-template.md
devrel-docs-styleinjective-mcp-serversUse the injective-mcp-servers skill to connect to the Injective Documentation MCP.
Through this you may search/ consult existing Injective developer documentation. Use this to check for correctness of any technical terminology that is Injective-specific.
If these skills are not available, selectively run the following commands to install them:
npx skills add bguiz/devrel-agent-skills --skill devrel-docs-style
npx skills add InjectiveLabs/agent-skills --skill injective-mcp-servers