vishalsachdev/claude-skills

2Stars on the repository
66Mods indexed here, across every type
23d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

vishalsachdev/claude-skills

Skill Claude CodeCodex

Production-grade text search algorithms for finding and matching text in large documents with millisecond performance. Includes Boyer-Moore search, n-gram similarity, fuzzy matching, and intelligent indexing. Use when building search features for large documents, finding quotes with imperfect matches, implementing…

not rated 2 23d ago A 69 tokens

vishalsachdev/claude-skills

Skill Claude CodeCodex

Architect, execute, and iterate on AI evaluations using the Data-Task-Score framework. Treats evals as the modern, quantifiable version of a PRD. Use when the user asks to "build an eval," "improve model quality," "test an agent workflow," "quantify product intuition," "move beyond vibe checks," "measure AI output,"…

not rated 2 23d ago A 127 tokens

agentic-validators

03

vishalsachdev/claude-skills

Skill Claude CodeCodex

Design and install validation hooks for coding agents (e.g., Claude Code) to make AI changes safer and more deterministic. Use when you want post-tool-use or stop hooks, automated tests/linters/formatters, parallel subagents with per-file validation, or a repeatable “agent pipeline” with audit logs.

not rated 2 23d ago A 69 tokens

ai-model-cascade

04

vishalsachdev/claude-skills

Skill Claude CodeCodex

A production-ready pattern for integrating AI models (specifically Google Gemini) with automatic fallback, retry logic, structured output via Zod schemas, and comprehensive error handling. Use when integrating AI/LLM APIs, need automatic fallback when models are overloaded, want type-safe structured responses, or…

not rated 2 23d ago A 69 tokens

vishalsachdev/claude-skills

Skill Claude CodeCodex

Use when delegating OpenAI agent work across GPT-5.6 Sol, Terra, or Luna, especially for new task classes, parallel workers, independent review, model fallback, repeated failures, weak verification, or high-consequence operations.

not rated 2 23d ago A 53 tokens

vishalsachdev/claude-skills

Skill Claude CodeCodex

Generate Canvas-ready HTML pages and assignments for BADM 350 Technology & AI Strategy course. Use when building weekly module content from markdown lesson plans, creating "Start Here" pages with Tuesday/Thursday session structure, or generating assignment HTML with rubrics. Triggers on requests to "build Canvas…

not rated 2 23d ago A 83 tokens

vishalsachdev/claude-skills

Skill Claude CodeCodex

This skill generates a structured chapter outline for intelligent textbooks by analyzing course descriptions, learning graphs, and concept dependencies. Use this skill after the learning graph has been created and before generating chapter content, to design an optimal chapter structure that respects concept…

not rated 2 23d ago A 64 tokens

vishalsachdev/claude-skills

Skill Claude CodeCodex

This skill generates comprehensive metrics reports for intelligent textbooks built with MkDocs Material, analyzing chapters, concepts, glossary terms, FAQs, quiz questions, diagrams, equations, MicroSims, word counts, and links. Use this skill when working with an intelligent textbook project that needs quantitative…

not rated 2 23d ago A 112 tokens

vishalsachdev/claude-skills

Skill Claude CodeCodex

This skill generates interactive Chart.js bubble chart visualizations for priority matrices and multi-dimensional data analysis. Use this skill when users need to create scatter plots with variable bubble sizes, particularly for 2x2 priority matrices (Impact vs Effort, Risk vs Value, etc.), portfolio analysis, or any…

not rated 2 23d ago A 93 tokens

vishalsachdev/claude-skills

Skill Claude CodeCodex

Design Canvas LMS assignments using evidence-based learning science principles from the Four Learning Design Pillars. Use when educators want to create pedagogically sound assignments, need help writing assignment descriptions with clear objectives, want rubric suggestions, or are creating quizzes/discussions/peer…

not rated 2 23d ago A 68 tokens

canvas-course-audit

11

vishalsachdev/claude-skills

Skill Claude CodeCodex

Audit an entire Canvas LMS course against the Four Learning Design Pillars (Clear Structure, Active Content, Continuous Practice, Intuitive UX). Use when users want to evaluate course quality, identify improvement areas, or prepare for course redesign. Requires canvas-mcp server for course data access. Triggers on…

not rated 2 23d ago A 84 tokens

vishalsachdev/claude-skills

Skill Claude CodeCodex

Generate learning science-backed feedback templates for Canvas assignments. Use when educators need feedback templates for grading, want to create rubric comments, need encouraging feedback language aligned with Pillar 3 principles (targeted, encouraging, immediate), or want to set up SpeedGrader comment libraries.…

not rated 2 23d ago A 68 tokens

vishalsachdev/claude-skills

Skill Claude CodeCodex

This skill generates comprehensive chapter content for intelligent textbooks after the book-chapter-generator skill has created the chapter structure. Use this skill when a chapter index.md file exists with title, summary, and concept list, and detailed educational content needs to be generated at the appropriate…

not rated 2 23d ago A 80 tokens

chartjs-generator

14

vishalsachdev/claude-skills

Skill Claude CodeCodex

This skill generates interactive Chart.js visualizations for use in iframes using any chart type supported by the library (line, bar, pie, doughnut, radar, polar area, bubble, scatter). Use this skill when users need to create data visualizations for educational content, reports, or dashboards. The skill creates…

not rated 2 23d ago A 80 tokens

claude-md-template

15

vishalsachdev/claude-skills

Skill Claude CodeCodex

Create or fix a project's CLAUDE.md using a template that bakes in verification guardrails. Use when starting a new project, when a repo has no CLAUDE.md, when an existing one has grown bloated or stale, or when a non-developer needs their project set up so agents behave safely in it. Produces a short, high-signal…

not rated 2 23d ago A 92 tokens

vishalsachdev/claude-skills

Skill Claude CodeCodex

Apply the codebase singularity approach: reliable codebase understanding and change with a repeatable workflow, guardrails, and verification gates. Use for repo work (feature, bugfix, refactor, migration) when you need high trust, minimal diffs, and explicit validation and exit criteria.

not rated 2 23d ago A 64 tokens

vishalsachdev/claude-skills

Skill Claude CodeCodex

Production patterns for managing complex application state in React without Redux, Zustand, or other state libraries. Includes multi-stage loading, command patterns, refs for performance, and parallel data fetching. Use when building complex UIs with interconnected states, need loading stages and progress tracking, or…

not rated 2 23d ago A 62 tokens

concept-classifier

18

vishalsachdev/claude-skills

Skill Claude CodeCodex

Create an interactive classification quiz MicroSim using p5.js where students read scenarios and classify them into the correct category from multiple choice options. Uses a data.json file for easy question editing. Ideal for teaching students to recognize patterns, identify types, or categorize examples across any…

not rated 2 23d ago A 60 tokens

vishalsachdev/claude-skills

Skill Claude CodeCodex

This skill analyzes or creates course descriptions for intelligent textbooks by checking for completeness of required elements (title, audience, prerequisites, topics, Bloom's Taxonomy outcomes) and providing quality scores with improvement suggestions. Use this skill when working with course descriptions in…

not rated 2 23d ago A 69 tokens

course-generator

20

vishalsachdev/claude-skills

Skill Claude CodeCodex

Convert a course outline into a fully fleshed out intelligent textbook. Use when: (1) User provides a URL containing a course outline/syllabus (2) User asks to "generate a course" or "create a textbook" from an outline (3) User wants to expand a course description into full learning materials Generates: learning…

not rated 2 23d ago A 100 tokens

debugging-practices

21

vishalsachdev/claude-skills

Skill Claude CodeCodex

Load for ANY bug-fix task — code, UI/UX, content, docs, accessibility, or workflow. Reproduce → isolate → fix → prevent cycle with real-session patterns. GEPA-evolved from 353 real Claude Code session bugfixes (+31pp holdout).

not rated 2 23d ago A 63 tokens

vishalsachdev/claude-skills

Skill Claude CodeCodex

This skill generates comprehensive diagram and MicroSim reports for the geometry course by analyzing chapter markdown files and creating table and detail reports. Use this skill when working with an intelligent textbook (specifically geometry-course) that needs updated visualization of all diagrams and MicroSims…

not rated 2 23d ago A 75 tokens

vishalsachdev/claude-skills

Skill Claude CodeCodex

Verify a Microsoft Entra ID (Azure AD) access token server-side and derive identity from its claims. Use when adding or reviewing Entra/Azure AD JWT verification, when a verifier accepts tokens it should reject (or rejects tokens it should accept), or when binding a verified token to an identity record (GUID/oid…

not rated 2 23d ago A 110 tokens

faq-generator

24

vishalsachdev/claude-skills

Skill Claude CodeCodex

This skill generates a comprehensive set of Frequently Asked Questions (FAQs) from the course description, course content, learning graphs, concept lists, MicroSims, and glossary terms to help students understand common questions and prepare content for chatbot integration. Use this skill after course description…

not rated 2 23d ago A 73 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: