acrid-skill-creatorCreates robust, production-grade agent skills from natural language requests, handling design, error management, and code scaffolding for immediate use.
Install via ClawdBot CLI:
clawdbot install acrid-auto/acrid-skill-creatorGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/acrid-auto/skill-creatorAudited Apr 17, 2026 · audit v1.0
Generated May 7, 2026
A business analyst can convert a manual weekly report generation process into an automated skill. The skill fetches data from APIs, processes it, and outputs a formatted markdown report, saving hours of manual work each week.
A developer can create a skill that monitors a third-party service (e.g., GitHub) for new issues and sends notifications to Slack. The skill uses WebFetch and WebSearch to interact with APIs, handles rate limits, and formats output for team consumption.
A product manager can prototype a skill that analyzes customer feedback from CSV files using Bash and Write tools. The skill generates sentiment summaries and trend charts, enabling quick validation of product hypotheses without coding from scratch.
An IT administrator can rebuild a batch script that manages user permissions into a structured, documented skill. The new skill includes error handling, logging, and clear inputs/outputs, making it maintainable and shareable across the team.
Consultants use Skill Creator to rapidly build bespoke automation skills for enterprise clients. Each skill is tailored to client workflows, with clear documentation and error handling, reducing development time from weeks to hours.
Developers create and sell reusable skills (e.g., 'Deployment Monitor', 'SEO Analyzer') on a platform. Customers purchase skills for one-time use or via subscription, with the creator earning a commission or license fee.
Companies deploy Acrid as an internal platform where employees self-serve by creating skills for their own tasks. IT oversees governance and quality, while teams gain agility without waiting for engineering resources.
💬 Integration Tip
For team adoption, pair Skill Creator with a version control system (e.g., Git) to track skill changes and enable collaboration. Consider embedding it into a CI/CD pipeline to auto-test generated skills.
Scored May 7, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Spec-first, TDD, subagent-driven software development workflow. Use when: (1) building any new feature or app — triggers brainstorm → plan → subagent executi...
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.