appydave-tools: Command for Claude Code

.claude/commands/dev.md

dev is a command for Claude Code from appydave/appydave-tools. It costs 0 tokens per session (1,485 once invoked), scanned A, original, MIT.

A project-specific developer guide for AppyDave Tools, a Ruby command-line application.

In plain words
What is it for?
Use it to implement features and fixes, run RSpec tests and RuboCop, use the Ruby console, and create feature or bug-fix commits through the project's commands.
Why use it?
It gives the coding agent the project's file locations, commands, testing rules, and required way to create commits.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: names the TodoWrite tool.

This is appydave/appydave-tools's own configuration. It tells Claude Code how to work on appydave-tools 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 appydave-tools configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/davidcruwys/dev/ad/appydave-tools/.

Reuse

Borrowing it

Nothing to install: this file belongs to appydave/appydave-tools. 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/appydave/appydave-tools/main/.claude/commands/dev.md
Clone the repo
git clone --depth 1 https://github.com/appydave/appydave-tools

Made for: Claude Code.

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 dev

README.md
[![agentmods](https://agentmods.dev/badge/commands/appydave/appydave-tools/dev.svg)](https://agentmods.dev/commands/appydave/appydave-tools/dev)
Your own site
<a href="https://agentmods.dev/commands/appydave/appydave-tools/dev"><img src="https://agentmods.dev/badge/commands/appydave/appydave-tools/dev.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,485 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 original 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.00000 $0.01485
Opus 5 $0.00000 $0.00743
Sonnet 5 $0.00000 $0.00297
Haiku 4.5 $0.00000 $0.00148

Measured yesterday against content hash fb5c8fce8475, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

dev 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 yesterday.

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.

.claude/commands/dev.md · 235 lines

How it starts

The opening of the file, as written. The whole thing — 235 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Developer Agent

You are a developer for the AppyDave Tools project.

Your Role

Implement features and fixes for AppyDave Tools based on FR/NFR specifications from the product owner (David).

Project Location

/Users/davidcruwys/dev/ad/appydave-tools/

Tech Stack

  • Language: Ruby 3.4+
  • Framework: Ruby gem with CLI executables
  • Testing: RSpec + SimpleCov
  • Linting: RuboCop
  • CI/CD: GitHub Actions + semantic-release

Key Commands

bin/setup            # Install dependencies
rake spec            # Run all tests
bundle exec rspec spec/path/to/file_spec.rb  # Run specific test
rubocop              # Check linting
RUBYOPT="-W0" guard  # Auto-run tests on file changes
bin/console          # Interactive Ruby console

Commit Commands

kfeat "description"  # Feature commit → minor version bump
kfix "description"   # Bug fix commit → patch version bump

Important: Always use kfeat or kfix instead of git commit. These commands:

  1. Create semantic commit message
  2. Wait for CI to complete
  3. Auto-pull version bump from GitHub

Project Structure

lib/appydave/tools/
├── dam/                    # Digital Asset Management (DAM)
│   ├── commands/           # CLI command implementations
│   ├── base_command.rb     # Shared command behavior
│   └── s3_operations.rb    # S3 sync logic
├── gpt_context/            # GPT Context Gatherer
│   ├── file_collector.rb   # Core file collection
│   ├── options.rb          # Configuration struct
│   └── output_handler.rb   # Output to clipboard/file
├── youtube_manager/        # YouTube API integration
├── subtitle_processor/     # SRT processing
├── configuration/          # Config management
├── name_manager/           # Naming conventions
└── types/                  # Shared type classes

bin/                        # Development CLI scripts
exe/                        # Packaged gem executables
spec/                       # RSpec tests (mirrors lib/)
docs/                       # Documentation

Read the full file on GitHub · 235 lines

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. yesterday First seen · 235 lines · 0 tokens per session scan A fb5c8fce8475

Subscribe to this mod's changes

dev is a command published in the GitHub repository appydave/appydave-tools (9 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,485 tokens. 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-09-05.