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.
curl -O https://raw.githubusercontent.com/appydave/appydave-tools/main/.claude/commands/dev.mdgit clone --depth 1 https://github.com/appydave/appydave-toolsWrote 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.
[](https://agentmods.dev/commands/appydave/appydave-tools/dev)<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>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.
| Model | Per session | Once 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 |
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.
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:
- Create semantic commit message
- Wait for CI to complete
- 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
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.
- yesterday First seen · 235 lines · 0 tokens per session scan A fb5c8fce8475
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.
Other commands, from other repositories
sdd-discover-standards
Extract tribal knowledge from an existing Rails codebase into new SDD standards.
initialize-ruby
Manual override: initialize ast-index for Ruby/Rails project.
review-ruby-code
Review Ruby/Rails code with Sandi Metz rules and SOLID principles.
write-inline-rbs
Write inline RBS type annotations in Ruby source files using rbs-inline comment syntax.
write-rbs
Write standalone RBS type signatures for Ruby files. Analyzes code, finds tests, traces types, and generates sig/.rbs files.
rails-review
Ruby on Rails code review with severity-based filtering.