Skip to content
himself65skills

skills/

himself653 repos27 skills

Agent skills I’m building and using. Three repos, installable into Claude Code. Pick one.

Repos

  1. finance-skills

    24 skills2.8k

    Agent skills for financial analysis and trading. Earnings reports, market data, options strategies, risk monitoring, and sentiment analysis — installable into Claude Code, Claude.ai, and other AI agents.

    $ npx plugins add himself65/finance-skills

  2. trade-skills

    1 skill308

    Personal options-trading knowledge base — 21 pitfalls, a gamma/GEX framework, and case studies (INTC, Mag-7, APP, NOK, CBRS). Concrete strikes, IV-aware structures, probability-weighted scenarios.

    $ npx plugins add himself65/trade-skills

  3. auth-spec

    2 skills37

    Build authentication from scratch — no auth library lock-in. Scaffold sign-up / sign-in / session / sign-out endpoints, then harden them against OWASP top 10. Works with any language or framework.

    $ npx plugins add himself65/auth-spec