π§ 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.
$ npx -y skills add ailabs-393/ai-labs-claude-skills --agent claude-code
Repo: ailabs-393/ai-labs-claude-skills
What's inside
π§ 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.
npm i ai-labs-claude-skills
npm i ai-labs-claude-skills@latest
π 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
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.
.DS_Store
.github/
FUNDING.yml
create-packages.js
dist/
skills/
.DS_Store
brand-analyzer/
assets/
brand_analysis_report_template.md
brand_guidelines_template.md
quick_brand_audit_template.md
index.js
package.json
references/
brand_analysis_framework.md
brand_archetypes.md
SKILL.md
business-analytics-reporter/
assets/
report_template.html
index.js
package.json
references/
business_frameworks.md
visualization_guide.md
scripts/
analyze_business_data.py
SKILL.md
business-document-generator/
assets/
examples/
budget_example.json
business_plan_example.json
proposal_example.json
templates/
.DS_Store
Annual Budget Plan Template.pdf
Comprehensive Business Plan Template.pdf
Professional Proposal Template.pdf
index.js
package.json
references/
document_schemas.md
scripts/
generate_document.py
SKILL.md
cicd-pipeline-generator/
assets/
github-actions-nodejs.yml
gitlab-ci-nodejs.yml
index.js
package.json
references/
platform-comparison.md
SKILL.md
codebase-documenter/
assets/
templates/
API.template.md
ARCHITECTURE.template.md
CODE_COMMENTS.template.md
README.template.md
index.js
package.json
references/
documentation_guidelines.md
visual_aids_guide.md
SKILL.md
csv-data-visualizer/
index.js
package.json
references/
visualization_guide.md
scripts/
create_dashboard.py
data_profile.py
visualize_csv.py
SKILL.md
data-analyst/
index.js
package.json
references/
imputation_methods.md
requirements.txt
scripts/
analyze_missing_values.py
create_dashboard.py
impute_missing_values.py
SKILL.md
docker-containerization/
assets/
.dockerignore
docker-compose.yml
Dockerfile.development
Dockerfile.nginx
Dockerfile.production
nginx.conf
index.js
package.json
references/
container-orchestration.md
docker-best-practices.md
scripts/
docker-build.sh
docker-cleanup.sh
docker-push.sh
docker-run.sh
SKILL.md
document-skills/
docx/
docx-js.md
LICENSE.txt
ooxml/
ooxml.md
schemas/
ecma/
fouth-edition/
opc-contentTypes.xsd
opc-coreProperties.xsd
opc-digSig.xsd
opc-relationships.xsd
ISO-IEC29500-4_2016/
dml-chart.xsd
dml-chartDrawing.xsd
dml-diagram.xsd
dml-lockedCanvas.xsd
dml-main.xsd
dml-picture.xsd
dml-spreadsheetDrawing.xsd
dml-wordprocessingDrawing.xsd
pml.xsd
shared-additionalCharacteristics.xsd
shared-bibliography.xsd
shared-commonSimpleTypes.xsd
shared-customXmlDataProperties.xsd
shared-customXmlSchemaProperties.xsd
shared-documentPropertiesCustom.xsd
shared-documentPropertiesExtended.xsd
shared-documentPropertiesVariantTypes.xsd
shared-math.xsd
shared-relationshipReference.xsd
sml.xsd
vml-main.xsd
vml-officeDrawing.xsd
vml-presentationDrawing.xsd
vml-spreadsheetDrawing.xsd
vml-wordprocessingDrawing.xsd
wml.xsd
xml.xsd
mce/
mc.xsd
microsoft/
wml-2010.xsd
wml-2012.xsd
wml-2018.xsd
wml-cex-2018.xsd
wml-cid-2016.xsd
wml-sdtdatahash-2020.xsd
wml-symex-2015.xsd
scripts/
pack.py
unpack.py
validate.py
validation/
__init__.py
base.py
docx.py
pptx.py
redlining.py
scripts/
__init__.py
document.py
templates/
comments.xml
commentsExtended.xml
commentsExtensible.xml
commentsIds.xml
people.xml
utilities.py
SKILL.md
index.js
package.json
pdf/
forms.md
LICENSE.txt
reference.md
scripts/
check_bounding_boxes_test.py
check_bounding_boxes.py
check_fillable_fields.py
convert_pdf_to_images.py
create_validation_image.py
extract_form_field_info.py
fill_fillable_fields.py
fill_pdf_form_with_annotations.py
SKILL.md
pptx/
html2pptx.md
LICENSE.txt
ooxml/
ooxml.md
schemas/
ecma/
fouth-edition/
opc-contentTypes.xsd
opc-coreProperties.xsd
opc-digSig.xsd
opc-relationships.xsd
ISO-IEC29500-4_2016/
dml-chart.xsd
dml-chartDrawing.xsd
dml-diagram.xsd
dml-lockedCanvas.xsd
dml-main.xsd
dml-picture.xsd
dml-spreadsheetDrawing.xsd
dml-wordprocessingDrawing.xsd
pml.xsd
shared-additionalCharacteristics.xsd
shared-bibliography.xsd
shared-commonSimpleTypes.xsd
shared-customXmlDataProperties.xsd
shared-customXmlSchemaProperties.xsd
shared-documentPropertiesCustom.xsd
shared-documentPropertiesExtended.xsd
shared-documentPropertiesVariantTypes.xsd
shared-math.xsd
shared-relationshipReference.xsd
sml.xsd
vml-main.xsd
vml-officeDrawing.xsd
vml-presentationDrawing.xsd
vml-spreadsheetDrawing.xsd
vml-wordprocessingDrawing.xsd
wml.xsd
xml.xsd
mce/
mc.xsd
microsoft/
wml-2010.xsd
wml-2012.xsd
wml-2018.xsd
wml-cex-2018.xsd
wml-cid-2016.xsd
wml-sdtdatahash-2020.xsd
wml-symex-2015.xsd
scripts/
pack.py
unpack.py
validate.py
validation/
__init__.py
base.py
docx.py
pptx.py
redlining.py
scripts/
html2pptx.js
inventory.py
rearrange.py
replace.py
thumbnail.py
SKILL.md
xlsx/
LICENSE.txt
recalc.py
SKILL.md
finance-manager/
analysis.json
index.js
package.json
references/
financial_frameworks.md
report.html
scripts/
analyze_finances.py
extract_pdf_data.py
generate_report.py
SKILL.md
transactions.csv
frontend-enhancer/
assets/
animations.css
button-variants.tsx
card-variants.tsx
input-variants.tsx
layout-feature-grid.tsx
layout-hero-section.tsx
utils-cn.ts
index.js
package.json
references/
color_palettes.md
design_principles.md
SKILL.md
nutritional-specialist/
index.js
package.json
scripts/
preferences_manager.py
SKILL.md
personal-assistant/
index.js
package.json
references/
assistant_capabilities.md
scripts/
assistant_db.py
task_helper.py
SKILL.md
pitch-deck/
index.js
package.json
references/
pitch_deck_best_practices.md
scripts/
create_pitch_deck.py
SKILL.md
research-paper-writer/
assets/
full_paper_template.pdf
interim-layout.pdf
index.js
package.json
references/
acm_formatting_specs.md
ieee_formatting_specs.md
writing_style_guide.md
SKILL.md
resume-manager/
assets/
resume_template.json
index.js
package.json
scripts/
pdf_generator.py
resume_db.py
SKILL.md
script-writer/
index.js
package.json
references/
script_formats.md
scripts/
script_db.py
SKILL.md
seo-optimizer/
assets/
robots.txt
index.js
package.json
references/
schema_markup_guide.md
seo_checklist.md
scripts/
generate_sitemap.py
seo_analyzer.py
SKILL.md
social-media-generator/
assets/
facebook_template.md
instagram_template.md
linkedin_template.md
twitter_template.md
index.js
package.json
SKILL.md
startup-validator/
index.js
package.json
references/
frameworks.md
research_templates.md
scripts/
market_analyzer.py
SKILL.md
storyboard-manager/
index.js
package.json
references/
character_development.md
story_structures.md
scripts/
consistency_checker.py
timeline_tracker.py
SKILL.md
tech-debt-analyzer/
assets/
ADR_TEMPLATE.md
DEBT_REGISTER_TEMPLATE.md
index.js
package.json
references/
debt_categories.md
scripts/
analyze_dependencies.py
detect_code_smells.py
SKILL.md
test-specialist/
... 440 moreFAQ
ai-labs-claude-skills is a Claude Code plugin with 54 hand-picked skills for automation work, indexed on Flowy. Install it with the command on its page. It includes brand-analyzer, business-analytics-reporter, business-document-generator. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.