Skip to content

Releases: bin1874/before-you-build-skill

v0.1.2 - npm npx installer

Choose a tag to compare

@bin1874 bin1874 released this 01 Jul 16:02

What's New

before-you-build-skill is now available as an npm package, so users can install it with npx instead of manually copying files.

npx before-you-build-skill install codex
npx before-you-build-skill install claude
npx before-you-build-skill install cursor --path /path/to/project
npx before-you-build-skill install openclaw
npx before-you-build-skill install hermes
npx before-you-build-skill install gemini

Supported Targets

  • Codex local skills
  • Claude Code local skills
  • Cursor project rules
  • OpenClaw local skills
  • Hermes local skills
  • Gemini CLI slash command plus local skill reference

Verification

This release was verified with:

  • npm run check
  • npm publish to [email protected]
  • npx --yes before-you-build-skill@latest --help
  • Individual install checks for Codex, Claude, Cursor, OpenClaw, Hermes, and Gemini CLI
  • install all --path check with temporary HOME and project directories

Links

Before You Build Skill v0.1.1

Choose a tag to compare

@bin1874 bin1874 released this 24 May 15:15

What's new

This release makes the project easier to evaluate, install, and discuss.

  • Improved README onboarding with badges, compatibility notes, install paths, examples, and a workflow diagram.
  • Added public-case-inspired examples based on Before You Build cases:
    • Dripfit: AI wrapper, consumer habit, and willingness-to-pay risk.
    • GummySearch: platform dependency and repeated research workflow risk.
    • Ledger Cloud Reminders: developer tool adoption, trust, and workflow-fit risk.
  • Added GitHub issue templates for idea reviews, agent compatibility, and failure pattern suggestions.
  • Added GitHub discussion templates for idea reviews and compatibility notes.
  • Added CONTRIBUTING.md to keep the skill focused on pre-build product risk review.

Normal use does not require an API key. Optional Case Memory support is only used when an agent integration is available and the user allows it.

Before You Build Skill v0.1.0

Choose a tag to compare

@bin1874 bin1874 released this 24 May 12:42

Initial public release of Before You Build Skill.\n\nIncludes:\n- SKILL.md for pre-build product and feature risk review.\n- Agent metadata for compatible tools.\n- Failure pattern, evidence check, and Case Memory API references.\n- Example prompts for new product ideas, feature changes, and launched projects.\n- Install and promotion notes.