agent-skill-creator
Turn everyday workflows into tested, installable AI agent skills
All Skills in This Repository (8)
Pure Emerald Level Indicatorsweekly-crm-report
Cleans a weekly CRM export CSV and generates regional sales totals as JSON.
live-weather-briefing-skill
Generate a source-linked current weather briefing for a named city using Open-Meteo APIs.
github-release-briefing-skill
Generate a source-linked Markdown briefing for the latest published GitHub release.
pr-blocker-summarizer
Summarizes open pull requests from a JSON export into a blockers-first standup digest.
stock-analyzer
Analyze stocks and ETFs using RSI, MACD, and Bollinger Bands technical indicators.
agent-skill-creator
Create Claude Skills and autonomous agents from user-described workflows.
Article-to-Prototype Skill
Convert technical articles into runnable code prototypes with tests and documentation.
stock-analyzer-cskill
Generate technical stock analysis and trading signals from RSI, MACD, and Bollinger calculations.
Frequently Asked Questions
FAQPage SchemaHow to install Agent Skill Creator?โผ
Run `npx skills add FrancyJGLisboa/agent-skill-creator --all -g -y` in your terminal to install the full suite globally.
How to create an AI agent skill without coding?โผ
Describe your workflow in plain English or attach files like spreadsheets, PDFs, or scripts, and the factory builds, tests, and packages the skill for you.
Can it check if a downloaded skill is safe?โผ
Yes. The built-in audit mode runs validation and security scans on any third-party skill and reports exactly what it can access before you install it.
Which AI tools does Agent Skill Creator support?โผ
Generated skills follow the open SKILL.md standard and install on 17 platforms, including Claude Code, Cursor, Codex, Windsurf, and Gemini CLI.
Do generated skills come with tests?โผ
Yes. Every skill ships with an eval suite, golden test cases, and a self-maintenance script so you can verify it keeps working over time.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core