Agent skill
release
Install this agent skill to your Project
npx add-skill https://github.com/nwiizo/tfmcp/tree/main/.claude/skills/release
SKILL.md
Release Process Skill
When to Use
Use this skill when the user asks to:
- Create a new release
- Publish to crates.io
- Update the version
Process
Note: Automated CI release is disabled. Use manual release process:
-
Update version in
Cargo.toml -
Run quality checks:
bashcargo fmt --all cargo clippy --all-targets --all-features cargo test --all-features -
Build release:
cargo build --release -
Commit and push changes
-
Create GitHub release:
bashgh release create v0.1.x --title "v0.1.x - Title" --notes "Release notes" -
Publish to crates.io:
cargo publish
Re-enabling Automated Release
To re-enable automated release in CI, remove false && from .github/workflows/rust.yml release job's if condition.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
obsidian-clipper-template-creator
Guide for creating templates for the Obsidian Web Clipper. Use when you want to create a new clipping template, understand available variables, or format clipped content.
claude-code-expert
Especialista profundo em Claude Code - CLI da Anthropic. Maximiza produtividade com atalhos, hooks, MCPs, configuracoes avancadas, workflows, CLAUDE.md, memoria, sub-agentes, permissoes e integracao com ecossistemas.
lex
Centralized 'Truth Engine' for cross-jurisdictional legal context (US, EU, CA) and contract scaffolding.
odoo-inventory-optimizer
Expert guide for Odoo Inventory: stock valuation (FIFO/AVCO), reordering rules, putaway strategies, routes, and multi-warehouse configuration.
android_ui_verification
Automated end-to-end UI testing and verification on an Android Emulator using ADB.
seo-cannibalization-detector
Analyzes multiple provided pages to identify keyword overlap and potential cannibalization issues. Suggests differentiation strategies. Use PROACTIVELY when reviewing similar content.
Didn't find tool you were looking for?