Agent skill

postcss-config-builder

Generate PostCSS configuration files with plugins for CSS processing, autoprefixing, and optimizations. Triggers on "create postcss config", "generate postcss configuration", "postcss setup", "css processing config".

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/postcss-config-builder

SKILL.md

PostCSS Config Builder

Generate PostCSS configuration files with appropriate plugins for CSS processing.

Output Requirements

File Output: postcss.config.js or postcss.config.cjs Format: Valid PostCSS configuration Standards: PostCSS 8.x

When Invoked

Immediately generate a complete PostCSS configuration with plugins for the project needs.

Configuration Template

javascript
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
};

Example Invocations

Prompt: "Create postcss config for Tailwind with autoprefixer" Output: Complete postcss.config.js with Tailwind and autoprefixer.

Didn't find tool you were looking for?

Be as detailed as possible for better results