Generate a polished slide deck from a rough outline or markdown
by Shippers
Devs and PMs lose hours hand-building PowerPoint/Google Slides for demos, design reviews, tech talks and stakeholder upd
- Stop agents from suggesting libraries or patterns you intentionally avoided.
- Standardize coding conventions across multiple developers and AI tools.
- Prevent agents from modifying in-flight features or sensitive directories.
Free
See it in action
You say
I need an agent context file. Scan my repo, ask me the usual onboarding questions, and generate the PROJECT_CONTEXT.md.
Your agent does
I've scanned your package.json and directory tree.
- One-sentence project goal?
- Target users?
- Top 3 conventions to maintain?
- Any intentional 'weird' architecture?
- Areas to avoid?
[...After answers...]
Done. PROJECT_CONTEXT.md created with your Tailwind and Vitest rules.
Generate a polished slide deck from a rough outline or markdown
by Shippers
Devs and PMs lose hours hand-building PowerPoint/Google Slides for demos, design reviews, tech talks and stakeholder upd
Free
Included in download
- Downloadable skill package
- Works with Cursor, and Aider.
- Instant install
See it in action
You say
I need an agent context file. Scan my repo, ask me the usual onboarding questions, and generate the PROJECT_CONTEXT.md.
Your agent does
I've scanned your package.json and directory tree.
- One-sentence project goal?
- Target users?
- Top 3 conventions to maintain?
- Any intentional 'weird' architecture?
- Areas to avoid?
[...After answers...]
Done. PROJECT_CONTEXT.md created with your Tailwind and Vitest rules.
About This Skill
The problem
AI agents frequently forget your project constraints, leading to repetitive questions about your stack or code changes that violate your specific architectural decisions.
What it does
- Scans configuration files and directory structures to map your technical stack.
- Interviews you about project goals, user types, and intentional technical debt.
- Document specific "hard rules" and conventions that agents must follow.
- Generates a standardized
PROJECT_CONTEXT.mdfile designed for agent consumption. - Establishes a source of truth for in-flight features and protected directories.
Frameworks & tools
Works with any stack including Node.js, Python, Go, Rust, and Ruby. Recognizes tools like Next.js, FastAPI, Vite, Vitest, Ruff, and Prettier.
Why this beats prompting it yourself
Manually explaining a codebase in every session is slow and error-prone. This skill automates the extraction of tech specs and forces the agent to acknowledge existing patterns, ensuring consistency across different tools like Cursor, Claude Code, and Windsurf.
Use cases
- Bootstrapping context for a new repository to ensure early consistency.
- Onboarding agents or human teammates to complex legacy codebases.
- Switching between different AI coding assistants without losing project "memory".
- Protecting sensitive architectural choices from being refactored by over-eager agents.
Use Cases
- Stop agents from suggesting libraries or patterns you intentionally avoided.
- Standardize coding conventions across multiple developers and AI tools.
- Prevent agents from modifying in-flight features or sensitive directories.
- Automate repo technical discovery and stack identification.
Known Limitations
- Requires local Python with python-pptx installed.
- Fixed layout: complex custom branding requires manual template reuse in PowerPoint.
- No support for live web image URLs.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/generate-a-polished-slide-deck-from-a-rough-outline-or-markdown -o /tmp/generate-a-polished-slide-deck-from-a-rough-outline-or-markdown.zip && unzip -o /tmp/generate-a-polished-slide-deck-from-a-rough-outline-or-markdown.zip -d ~/.claude/skills && rm /tmp/generate-a-polished-slide-deck-from-a-rough-outline-or-markdown.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Works with agents that support Python execution and file system access like Claude Code, Cursor, and Aider.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
endless-loop
Autonomous research and task loop that builds on previous findings to solve complex objectives while you sleep.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.