{
  "markdown": "<div align=\"center\">\n<h1 align=\"center\" style=\"font-size:4em\">🚀 awesome-skills</h1>\n</div>\n<p align=\"center\" style=\"max-width:80%; margin-bottom:40px\">Skills are folders of instructions, scripts, and resources that Claude loads dynamically to improve performance on specialized tasks. This marketplace provides battle-tested skills for startup founders and technical teams building with AI agents. Think of them as superpowers for your AI! ⚡</p>\n\n<p align=\"center\">\n<a href=\"https://opensource.org/licenses/MIT\">\n    <img src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /></a>\n<a href=\"https://github.com/maxvaega/awesome-skills/stargazers\">\n    <img src=\"https://img.shields.io/github/stars/maxvaega/awesome-skills\" /></a>\n</p>\n\n---\n\nFor more information about Skills, check out the following links 🔗:\n- [What are Skills?](https://docs.anthropic.com/en/docs/claude-code/skills)\n- [Using Skills in Claude](https://support.claude.com/en/articles/12512198-how-to-create-custom-skills)\n- [How to create custom Skills](https://support.claude.com/en/articles/12512198-how-to-create-custom-skills)\n\n## 📚 About This Repository\n\nThis repository contains production-ready skills designed for entrepreneurs and software architects. Whether you're validating a startup idea, crafting a comprehensive business plan, or designing scalable Python architectures, these skills provide repeatable workflows that extend Claude's capabilities.\n\n**Note:** These skills represent real-world expertise distilled into reusable agent capabilities. They're designed for practical application in startup creation and software development workflows. (No fluff, just the good stuff! ✨)\n\n---\n\n## 💎 Available Skills\n\nThis repository includes skills organized into two main categories:\n\n### 🧠 Agent Self-Improvement\n\n#### 🧠 **dream**\nA self-improving memory loop for Claude Code. Capture your preferences, corrections, and standing rules as project-level memories (`/dream`), consolidate them periodically with a \"REM sleep\" pass that merges, verifies, and decays old memories (`/dream rem`), and let it propose improvements to your skills and CLAUDE.md that you approve before anything changes (`/dream proposals`). Optional fully-automated mode via SessionEnd hook + nightly cron (`/dream setup`). Inspired by the Hermes Agent reflection/curator architecture, built on plain markdown + hooks + cron. Your AI, your rules — and it gets better while you sleep! 🎯\n\n### 💰 Cost & Usage\n\n#### 💰 **cost**\nEstimate what your **Claude Cowork / Claude Code** conversations would cost if run on the **pay-per-token Claude API** instead of the subscription. It reads the JSONL transcripts under `~/.claude/projects/`, sums the **actual** token usage (cache-aware), and prices it at Anthropic list rates — reporting token counts and cost in **USD and EUR** for the current conversation or your whole history (`/cost`). A faithful replay cost, not a guess — perfect for comparing subscription vs API pricing! 💸\n\n### 🚀 Startup Advisor\n\n#### 📋 **business-plan-advisor**\nExpert business planning consultant for creating comprehensive, investor-ready business plans from scratch or refining existing plans.\nApplies to startups and established businesses across all industries seeking funding or strategic planning.\n\n#### ✅ **mvp-validator**\nReview startup MVPs for realism, agility, and business viability. This skill conducts critical but objective analysis of MVP ideas, requirements, and implementation plans, identifying strengths and pain points to provide constructive feedback. Get honest feedback without the sugar-coating! 🍬➡️💯\n\n#### 🔥 **reddit-social-media-strategist**\nThis skill transforms users into effective Reddit marketers by providing actionable strategies for content creation, community engagement, and sustainable growth.\nIt covers everything from identifying the right subreddits and optimizing post titles, to timing strategies and first-hour engagement tactics that maximize visibility.\n\n#### 🎤 **elevator-pitch-advisor**\nExpert elevator pitch consultant for creating compelling, concise 30-60 second introductions tailored to specific audiences and contexts. This skill should be used when users need to craft elevator pitches for job interviews, networking events, investor meetings, or social media profiles. Guides users through structured discovery, applies proven frameworks (Three C's, Four-Part Structure), integrates storytelling techniques, and delivers multiple pitch versions with industry-specific hooks and closing lines.\n\n### 🏗️ Technical Roles\n\n#### 🐍 **python-architect**\nSpecialized skill for designing, architecting, and reviewing production-grade Python libraries. Guide library structure, API design, testing strategies, and implementation. Build Python like you mean it! 💪\n\n#### 📊 **app-analytics-strategist**\nExpert data analytics consultant for designing and implementing data-driven growth strategies for mobile and digital applications. Provides comprehensive guidance on analytics frameworks (descriptive, diagnostic, predictive, prescriptive), North Star metrics, cohort analysis, user segmentation, A/B testing, customer journey mapping, and retention optimization. Applies to product managers, growth teams, and developers building data-driven applications across all platforms seeking to optimize user engagement, retention, and revenue through analytics. Turn data into decisions! 📈\n\n### 🔮 ... and more yet to come!\n\n---\n\n## 🔗 Compatible Agent Platforms\n\n### 💻 Claude Code\n\nYou can register this repository as a Claude Code Plugin marketplace by running the following command in Claude Code:\n\n```\n/plugin marketplace add maxvaega/awesome-skills\n```\n\nThen, to install a specific set of skills:\n\n1. Select `Browse and install plugins`\n2. Select `awesome-skills`\n3. Select a plugin (`cost`, `startup-advisor`, `technical-roles`, or `developer-productivity`)\n4. Select `Install now`\n\nAfter installing the plugin, you can use the skills by mentioning them. For instance: \"Use the business-plan-advisor skill to create a plan for my SaaS idea\" or \"Help me architect a Python microservices system using the python-architect skill.\"\n\n### 🌐 Claude.ai\n\nTo use any skill from this repository in Claude.ai, follow the instructions in [Using Skills in Claude](https://support.claude.com/en/articles/12512198-how-to-create-custom-skills).\n\nYou can upload these skills directly to your Claude.ai Projects or use them through the API.\n\n### ⚙️ Claude API\n\nYou can upload and use these custom skills via the Claude API. See the [Skills API Quickstart](https://docs.anthropic.com/en/docs/claude-code/skills) for integration details. Integrate with confidence! 🎯\n\n### 🤝 Other Agent Frameworks\n\nNot yet—but we're keeping an eye on the horizon! 👀\n\n---\n\n## 🤲 Contributing\n\nWe welcome contributions! To add a new skill:\n\n1. Fork this repository\n2. Create a new folder for your skill\n3. Add a `SKILL.md` file with proper frontmatter and instructions\n4. Update the appropriate plugin section in `.claude-plugin/marketplace.json`\n5. Submit a pull request with a clear description of your skill\n\nPlease ensure your skills follow these guidelines:\n- Clear, actionable instructions ✍️\n- Real-world applicability 💼\n- Proper documentation and examples 📖\n- Compatible with the skills-use framework 🔧\n\n---\n\n## 💬 Community & Support\n\n- **Issues**: Report bugs or request features via [GitHub Issues](https://github.com/maxvaega/awesome-skills/issues) 🐛\n- **Discussions**: Share use cases and improvements in [GitHub Discussions](https://github.com/maxvaega/awesome-skills/discussions) 💭\n- **Framework**: Learn more about the underlying [skills-use framework](https://github.com/maxvaega/skills-use) 🔨\n\n---\n\n## 🎯 About\n\nSkills marketplace for LLM agents focused on startup creation and technical excellence. Built for founders and architects who demand the best. 🏆\n\n**Maintainer:** Massimo Olivieri (maxvaega)\n\n---\n\n**Star this repo** if you find these skills useful! ⭐ (Your stars fuel our superpowers! 💫)\n",
  "bytes": 8028,
  "sha": "562bb8051da6b3fa10137f5a31e51e269b6451a557e8d3caeffdb661b18f7a25",
  "repo_slug": "maxvaega/awesome-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_maxvaega_awesome_skills_testing_python_a_22e2641a/readme"
}