DamiMartinez

13 mods across 2 repositories, 21 stars between them.

book-slug-here

01

DamiMartinez/book-skills

Skill Claude CodeCodex

Applies [Author]'s "[Book Title]" framework ([2-4 core concept names]) to [what kind of task]. Use whenever user wants a "[book/approach name]" approach, mentions [core term 1], [core term 2], or [core term 3] — even if they don't name the book. Also use when [implicit trigger scenario].

11 1mo ago A 83 tokens original MIT

ai-modern-approach

02

DamiMartinez/book-skills

Skill Claude CodeCodex

Applies the framework from Stuart Russell & Peter Norvig's "Artificial Intelligence: A Modern Approach" (AIMA) — the rational-agent model (PEAS, environment properties), search (uninformed, informed/heuristic A, adversarial minimax/alpha-beta), constraint satisfaction, knowledge representation and logical inference…

11 1mo ago B 210 tokens original MIT

DamiMartinez/book-skills

Skill Claude CodeCodex

Applies Al Sweigart's "Automate the Boring Stuff with Python" framework — spotting repetitive/rule-based manual tasks worth scripting, picking the right tool (regex, file/folder ops via os/shutil/pathlib, CSV/Excel/PDF/Word/JSON handling, web scraping with requests/BeautifulSoup or Selenium, scheduling, email/SMS, GUI…

11 1mo ago A 194 tokens original MIT

DamiMartinez/book-skills

Skill Claude CodeCodex

Applies Kernighan & Ritchie's "The C Programming Language" (2nd Edition, ANSI C) framework — pointer/array duality and pointer arithmetic, reading declarations by the right-left rule, manual memory management and ownership, undefined behavior, the preprocessor and separate compilation, storage classes/linkage, and C's…

11 1mo ago A 167 tokens original MIT

DamiMartinez/book-skills

Skill Claude CodeCodex

Applies Ben Horowitz's "The Hard Thing About Hard Things" framework (The Struggle, wartime vs. peacetime CEO, no-easy-answers decision making, the Law of Crappy People, hiring for strength vs. lack of weakness, taking care of people/products/profits in order, managing your own psychology, firing/demoting fast but…

11 1mo ago A 203 tokens original MIT

DamiMartinez/book-skills

Skill Claude CodeCodex

Applies Andrew S. Grove's "High Output Management" framework (managerial leverage, output-oriented management, production-line thinking, task-relevant maturity, delegation and monitoring, leading indicators, one-on-ones, mission- vs. process-oriented meetings, decision-making process, hybrid/matrix organizations…

11 1mo ago A 195 tokens original MIT

lean-startup

07

DamiMartinez/book-skills

Skill Claude CodeCodex

Applies Eric Ries's "The Lean Startup" framework (Build-Measure-Learn loop, validated learning, MVP, innovation accounting, pivot vs. persevere, actionable vs. vanity metrics, five whys, small batches, split testing) to plan or evaluate a feature, product, or business idea. Use this skill whenever the user wants a…

11 1mo ago A 152 tokens original MIT

DamiMartinez/book-skills

Skill Claude CodeCodex

Applies Tom M. Mitchell's "Machine Learning" (1997) framework — the well-posed learning problem (Task/Performance/Experience), hypothesis space and inductive bias, overfitting and the bias-variance tradeoff, proper train/test/cross-validation evaluation with statistical significance, the Bayesian learning perspective…

11 1mo ago A 211 tokens original MIT

DamiMartinez/book-skills

Skill Claude CodeCodex

Applies Andrew Hunt & David Thomas's "The Pragmatic Programmer" (20th Anniversary / 2nd Edition, 2019) framework — DRY, orthogonality, reversibility, tracer bullets, broken windows, good-enough software, Design by Contract, decoupling and the Law of Demeter, programming by coincidence, refactoring, property-based…

11 1mo ago A 195 tokens original MIT

DamiMartinez/scrapeagent

Instructions file

Instructions for DamiMartinez/scrapeagent, covering claude.md, commands, install dependencies, run the agent (web ui at http://localhost:8000) and run all tests.

10 5mo ago A 816 tokens original Apache-2.0

github-trending

11

DamiMartinez/scrapeagent

Skill Claude CodeCodex

Scrape GitHub Trending page (github.com/trending) for the most-starred repositories. Supports filtering by programming language and time period. Use when the user wants trending GitHub repos, popular open-source projects, or mentions GitHub Trending.

10 5mo ago A 53 tokens original Apache-2.0

hacker-news

12

DamiMartinez/scrapeagent

Skill Claude CodeCodex

Scrape Hacker News front page stories including titles, URLs, scores, authors, and comment counts from news.ycombinator.com. Use when the user mentions Hacker News, HN, ycombinator, or wants tech news stories.

10 5mo ago A 53 tokens original Apache-2.0

skill-creator

13

DamiMartinez/scrapeagent

Skill Claude CodeCodex

Create a new agent skill that documents how to scrape a specific website. Use when the user wants to add a new scraping recipe, document a new website, or contribute to the community skills library.

10 5mo ago A 43 tokens original Apache-2.0