This repository includes Bashly resources for AI-assisted workflows, including
coding skills and chat assistant prompts for ChatGPT and Claude.
It also includes prompt source material in prompts/, including a quick
ad-hoc AGENTS.md for using AI coding agents without installing the full skill.
For quick learning and ad-hoc help without installing a skill:
- ChatGPT: Use the Bashly Custom GPT at bashly.dev/chat.
- Claude.ai Project: Create a new Claude.ai Project and paste
the contents of
prompts/prompt.mdinto its instructions field.
This is a good fit if you want Bashly guidance without committing to a Codex or Claude Code skill setup.
This skill helps an agent build and maintain Bash CLI projects using Bashly.
- Builds or updates
bashly.ymlcommand trees - Writes and updates Bashly partials in the active source folder (for example under
src/) - Uses
bashly init/bashly init --minimalfor new projects - Uses
bashly generateflows for regeneration - Handles default and overridden settings layouts (
src, settings files, env) - Translates a rough CLI idea into a complete implementation: command design, config, partials, generation, and validation
- Refreshes syntax against official docs/examples when internet is available
Use the built-in installer skill:
In Codex chat, use this prompt
install the skill from https://github.com/bashly-framework/bashly-ai-kit/tree/main/skills/bashly
(master branch)
In Claude Code, use this prompt:
Install the Bashly skill from https://github.com/bashly-framework/bashly-ai-kit
into my user skills directory (~/.claude/skills/bashly/)
Claude Code will clone the repository and copy the skill for you.
For manual installation or project-level install, see the skills reference.