Mo7amedhassan11/add-skill-installer
🛠️ Install Agent Skills easily from any Git repository using npx add-skill, supporting multiple coding agents and global or project-level setups.
🛠️ Install Agent Skills easily from any Git repository using `npx add-skill`, supporting multiple coding agents and global or project-level setups.
npx skills add Mo7amedhassan11/add-skill-installer🛠️ Install Agent Skills easily from any Git repository using npx add-skill, supporting multiple coding agents and global or project-level setups.
Turns AI coding tools into reliable software delivery systems. Drop a .gaai/ folder into any project — Discovery defines what to build, Delivery executes autonomously until criteria pass. Works with Claude Code, Codex CLI, Gemini CLI, Cursor, and more. No SDK. No package. Markdown + YAML + bash.
Build AI coding principles for Claude Code, with discipline rules and system design guides to improve code quality and reduce bad patterns
Connect LINE to Claude Code with an MCP server for DMs, group chats, media downloads, and image replies
Use this skill when users need to create or configure tab-based Salesforce Custom Applications with navigation, branding, and action overrides. Trigger when users mention custom apps, application metadata, app navigation, or organizing tabs into applications. Use when users want to create app containers for tabs and pages. Do NOT use when the goal is hosting a React UI bundle in the App Launcher — use generating-ui-bundle-custom-app for that case.
A community SKILL.md companion to Open Design
Superdesign is a design agent specialized in frontend UI/UX design. Use this skill before implementing any UI that requires design thinking. Common commands: superdesign create-project --title "X" (setup project), superdesign create-design-draft --project-id <id> --title "Current UI" -p "Faithfully reproduce..." --context-file src/Component.tsx (faithful reproduction), superdesign iterate-design-draft --draft-id <id> -p "dark theme" -p "minimal" --mode branch --context-file src/Component.tsx (design variations), superdesign execute-flow-pages --draft-id <id> --pages '[...]' --context-file src/Component.tsx (extend to more pages), superdesign create-component --project-id <id> --name "NavBar" --html-file /tmp/navbar.html --props '[...]' (extract reusable component), superdesign update-component --component-id <id> --html-file /tmp/navbar.html (update existing component), superdesign list-components --project-id <id> (list existing components). Supports line ranges: --context-file path:startLine:endLine