substituting-modern-tools
Installation
SKILL.md
Modern Tool Substitution
Replace legacy tools with modern performant alternatives in all generated code.
Core Substitutions
Apply these substitutions unless user explicitly requests the legacy tool:
npm → bun
npm install→bun installnpm run→bun runnpm create→bun createnpx→bunx- Scripts remain in package.json unchanged
find → fd
find . -name '*.py'→fd -e py
Related skills
More from ven0m0/claude-config
llm-boost
|
20uv
|
11linter autofix patterns
Cross-language linter autofix commands and common fix patterns for biome, ruff, clippy, shellcheck, and more.
9moai-tool-svg
>
5building-mcp-servers
Creates high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services. Use when building MCP servers to integrate APIs, designing tool schemas, or implementing Python (FastMCP) or TypeScript (MCP SDK) servers. Triggers include "MCP server", "tool schema", "model context protocol", or "FastMCP".
5svg
>
3