nutritional-specialist
π―Skillfrom ailabs-393/ai-labs-claude-skills
Generates personalized nutrition plans and dietary recommendations based on individual health profiles, dietary preferences, and nutritional goals.
Installation
npx skills add https://github.com/ailabs-393/ai-labs-claude-skills --skill nutritional-specialistSkill Details
Overview
# π ai-labs-claude-skills
[](https://www.npmjs.com/package/ai-labs-claude-skills) [](https://www.npmjs.com/package/ai-labs-claude-skills) [](https://github.com/ailabs-393/ai-labs-claude-skills/blob/main/LICENSE) [](https://nodejs.org)
> π§ A collection of reusable "skills" for Claude AI and developer tooling.
> Each skill is a focused, modular package that brings automation to your dev workflows β from SEO analysis to document parsing, CI/CD generation, Docker automation, and more.
---
β¨ Key Benefits
- βοΈ Modular: Pick and use only the skills you need.
- π Ready-to-run Scripts: Includes tools for SEO analysis, sitemap generation, document unpacking, resume creation, and more.
- π€ Automations: Automatically generates index and package files on build.
- π Reproducible Builds: Ensures clean and consistent skill packaging.
- π§© Extensible: Easily add new skills by following existing folder patterns.
---
β‘οΈ Installation
```bash
npm i ai-labs-claude-skills
```
And if want to download the latest version than go for this:
```
npm i ai-labs-claude-skills@latest
```
Quick start
- Install (postinstall will attempt to copy skills into the host project):
npm install
- Build distribution:
npm run build
- Generate missing package or index files:
npm run gen:pkg
npm run gen:index
Notable files & scripts
- Root package manifest: package.json
- Installer that copies skills into projects: install-skills.mjs
- Helpers to create packages/index files: create-packages.js, generate-index-files.js
- Skills directory: packages/skills/ (each skill contains scripts, assets, and a SKILL.md)
π§ Example Use Cases
- Use these Claude βskillsβ to automate and extend your workflows:
- π SEO report and metadata generation
- π§Ύ Document unpacking and validation
- π§± Docker container creation and setup
- π§ Resume or report generation scripts
- βοΈ CI/CD pipeline auto-generation
- π Developer project automation utilities
π€ Contributing
- We welcome contributions from the community!
Hereβs how to add a new skill:
- Create a new folder inside packages/skills/. (or just add a new skill)
- Include a SKILL.md file describing your skill.
- Add your scripts, assets, or templates.
- Run these commands to create index and package inside skills
- Follow the existing project structure for consistency.
- Submit a pull request with clear details.
License
- This project is licensed under the MIT License
More from this repository10
Analyzes and generates insights from datasets, performing statistical analysis, data visualization, and extracting key trends and patterns for business or research purposes.
Automatically generates comprehensive documentation for software codebases by analyzing source code files, extracting key structures, and creating detailed markdown or documentation files.
frontend-enhancer skill from ailabs-393/ai-labs-claude-skills
Generates structured research papers by systematically creating sections like abstract, introduction, methodology, results, and conclusion based on user-provided research topics and parameters.
Visualizes CSV data by generating interactive charts, graphs, and statistical summaries to help users quickly understand and analyze tabular data.
Analyzes source code repositories to identify, quantify, and provide actionable recommendations for reducing technical debt across software projects.
Validates startup business ideas by analyzing market potential, competitive landscape, and feasibility through structured AI-driven assessment and scoring.
Helps users track, analyze, and manage personal or business financial data, providing insights into expenses, budgeting, investment performance, and financial health recommendations.
Analyzes brand identity, positioning, and market perception by extracting key attributes from brand-related text or documents.
business-analytics-reporter skill from ailabs-393/ai-labs-claude-skills