new-valor-skill

Scaffold Valor-specific tools with standard structure and SKILL.md frontmatter.

20|11|Updated Sep 8, 2020
One-click install
npx skills add https://github.com/tomcounsell/ai --skill new-valor-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-valor-skill
Source: https://github.com/tomcounsell/ai/tree/main/.claude/skills/new-valor-skill
Command: npx skills add https://github.com/tomcounsell/ai --skill new-valor-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables teams to bootstrap and standardize the creation of Valor-specific tools that integrate with Valor's Telegram bridge, ensuring consistent patterns and documentation.

Core Features & Use Cases

  • Provides a standard scaffolding for new Valor tools (CLI, library, docs)
  • Guides through planning, implementation, testing, and documentation
  • Ensures frontmatter in SKILL.md, structure under tools/, and optional components are accounted for

Quick Start

Begin by planning your tool, then use this skill to scaffold the Valor tool project and documentation.

Frequently Asked Questions about new-valor-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new CLI tool that integrates with a Telegram bridge?

To scaffold a new CLI tool for a Telegram bridge, this skill generates a standard project structure under the tools/ directory, enforces SKILL.md frontmatter conventions, and creates optional directories for scripts, references, and assets.

What is the standard project structure for bootstrapping Valor tooling?

The standard structure for bootstrapping Valor tooling places your project under a tools/ directory, requires a SKILL.md file with name and description frontmatter, and supports optional directories for organizing scripts, references, and assets.

How do I document a new tool following CLAUDE.md and SKILL.md conventions?

To document a new tool following CLAUDE.md and SKILL.md conventions, the scaffolding process automatically enforces the required SKILL.md frontmatter containing the tool's name and description, ensuring your documentation aligns with standard practices.

Can I use this scaffolding for planning and testing Telegram bridge tools?

Yes, you can use this scaffolding for planning and testing Telegram bridge tools, as it guides developers through the entire lifecycle of implementing, testing, and documenting new Valor projects across standard conventions.

What's the best way to standardize tool creation across multiple Valor projects?

The best way to standardize tool creation across multiple Valor projects is to use a scaffolding skill that enforces consistent patterns, generates a standard tools/ directory structure, and validates SKILL.md frontmatter for every new tool.