Installable AI agent skills for TIM project reports, Gate 1 slide decks, and document troubleshooting. Works with Claude Code, Codex, Cursor, and more.
# TIM Project Skills Installable AI agent skills for Technology Innovation Management (TIM) project work at Carleton University. Let your AI coding agent structure, evaluate, and submit your TIM project report automatically.  ## What These Skills Help With - **Structure a TIM project report** — 9-section guide covering Ch1–Ch6, formatting rules, critical alignment checks, and 10 method templates. - **Evaluate your report** — 25-item PASS/FAIL compliance checklist that catches common mistakes before submission. - **Automate checks** — 3 Python scripts to evaluate markdown drafts, generate report skeletons, and verify .docx files. - **Prepare for submission** — final submission checklist for formatting, pagination, and references. - **Review a Gate 1 slide deck** — slide structure, required content, and the six official G1 guidelines. - **Fix a `python-docx` bug** — resolve the style-name vs style-ID mismatch when building .docx files programmatically. ## Install ```bash npx skills add https://github.com/hubeiqiao/tim-project-skills ``` The installer will guide you through the rest — it finds the available skills, asks which agent(s) you want to install them into, and shows a summary before proceeding. Works with Claude Code, Codex, Cursor, Cline, and other agents supported by the `skills` installer. You need [Node.js](https://nodejs.org/) installed so `npx` works. ### Install one skill only ```bash npx skills add https://github.com/hubeiqiao/tim-project-skills --skill tim-project-guide ``` Replace `tim-project-guide` with any skill name from the catalog below. ## Use a Skill After installation, ask your AI agent to use the skill by name: - `Use $tim-project-guide to evaluate my completed TIM report.` - `Use $tim-project-guide to run a compliance audit on my report before submission.` - `Use $tim-project-guide to help me write the Introduction chapter.` - `Use $g1-slide-deck-guide to review my Gate 1 presentation outlin
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.