with one click
Generate a skeleton template for a new Claude Code Skill.
npx skills add https://github.com/aRustyDev/dotfiles --skill template-new-skillCopy and paste this command into Claude Code to install the skill
Generate a skeleton template for a new Claude Code Skill.
npx skills add https://github.com/aRustyDev/dotfiles --skill template-new-skillCopy and paste this command into Claude Code to install the skill
Extract data from files related to SANS courses.
Audit an Anthropic Cookbook notebook based on a rubric. Use whenever a notebook review or audit is requested.
Extract data from files related to SANS courses.
This skill calculates key financial ratios and metrics from financial statement data for investment analysis
This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions
Pre-implementation confidence assessment (≥90% required). Use before starting any implementation to verify readiness with duplicate check, architecture compliance, official docs verification, OSS references, and root cause identification.
| name | template-new-skill |
| description | Generate a skeleton template for a new Claude Code Skill. |
| allowed-tools | Read, Grep, Glob, Bash:just |
| id | B90F6D72-BB47-434C-8BDC-3C880E13AC9A |
This Skill provides read-only file access.
Packages must be installed in your environment:
NAME="skill name here" \
SCOPE="personal||project" \
DESC="Some description of the skill here" \
just init