skills/
Agent skills I’m building and using. Three repos, installable into Claude Code. Pick one.
Repos
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
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
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