A source-only collection of reusable AI agent skills based on the Indian School of Business (ISB) MBA curriculum.
npx skills add HKTITAN/isb-skillsInstall one skill directly:
npx skills add HKTITAN/isb-skills --skill strategyThis skill group is designed for AI coding agents and can be used with tools like Cursor, Claude Code, Windsurf, and similar agentic workflows.
| Skill | Domain | Summary |
|---|---|---|
finance |
Finance | Financial statements, valuation, M&A, private equity, derivatives |
strategy |
Strategy | Five Forces, value chain, Blue Ocean, competition, platform strategy |
marketing |
Marketing | 5Cs/STP/4Ps, branding, pricing, digital marketing |
operations |
Operations | Lean, Six Sigma, supply chain, quality, project operations |
economics |
Economics | Market structure, game theory, behavioral economics, policy |
leadership |
Leadership | Organizational behavior, negotiation, governance, change management |
technology |
Technology | AI/ML, digital transformation, product/tech strategy, cybersecurity |
entrepreneurship |
Entrepreneurship | Lean startup, PMF, VC mechanics, scaling and growth |
mba-tutor |
Cross-domain | Integrated case-solving, Socratic teaching, multi-domain synthesis |
Each skill is a source directory under skills/:
skills/<skill-name>/SKILL.md- skill router and activation guidanceskills/<skill-name>/rules/_sections.md- index of concept filesskills/<skill-name>/rules/*.md- one concept per file
Support files:
AGENTS.md- group-level guidance for coding agentsCLAUDE.md- compatibility entrypointskills/.cursor/rules/andskills/.claude/rules/- path-scoped behavior rules
- This repository is intentionally source-only (no committed zip artifacts).
- Keep all skill directory names in kebab-case.
- Keep each skill's
SKILL.mdfrontmatternamealigned with folder name. - Re-import the GitHub repository on skills.sh when you publish updates.
Because all content is Markdown-first, this repository can be edited in Obsidian and automated workflows can use Obsidian CLI.
Distilled from the ISB-PGP (2025-26) curriculum and organized into compact, composable rules for agent-time retrieval.