This repository is Bashly AI Kit. It is a support repo for AI-assisted Bashly workflows, not a single end-user CLI project.
It contains:
- A reusable Bashly skill for coding agents (
skills/bashly/) - Prompt assets for chat/agent contexts (
prompts/) - Documentation describing how these pieces are used (
README.md)
Use this repo when you need to:
- Improve the Bashly coding skill instructions
- Update references/examples used by the skill
- Maintain agent prompt files for Bashly-focused assistants
- Keep installation/use docs accurate
README.md: top-level project overview and installation notesskills/bashly/SKILL.md: canonical Bashly skill instructionsskills/bashly/references/bashly-workflow.md: detailed workflow/reference guideskills/bashly/agents/openai.yaml: agent metadata for OpenAI-style integrationsskills/bashly/assets/: icons used by agent metadataprompts/prompt.md: long-form prompt for the Bashly assistant personaprompts/AGENTS.md: portable agent instruction file template/example
- Treat this as a docs/instructions repo first.
- Prefer minimal, targeted edits; preserve existing structure and tone.
- Keep
README.md,skills/bashly/SKILL.md, and references in sync when behavior changes. - Do not invent Bashly behavior; align with official Bashly docs when making technical claims.
- When updating prompts or skills, optimize for actionable, testable workflows (clear steps, commands, expected outcomes).
- Refine Bashly workflow instructions
- Add or clarify troubleshooting steps
- Update installation guidance
- Improve prompt quality and guardrails
- Adjust agent metadata (display text/icons/default prompt)
A change is complete when:
- Relevant docs are updated consistently across affected files
- Instructions remain internally coherent (no conflicting steps)
- Examples/commands are plausible for Bashly users
- The repository still reads as a kit for enabling Bashly-capable AI agents