Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.98 KB

File metadata and controls

57 lines (39 loc) · 1.98 KB

Bashly AI Kit

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.

Chat Assistants

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.md into its instructions field.

This is a good fit if you want Bashly guidance without committing to a Codex or Claude Code skill setup.

Skill for Agents

This skill helps an agent build and maintain Bash CLI projects using Bashly.

What it does

  • Builds or updates bashly.yml command trees
  • Writes and updates Bashly partials in the active source folder (for example under src/)
  • Uses bashly init / bashly init --minimal for new projects
  • Uses bashly generate flows 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

Install in Codex

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)

Install in Claude Code

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.