agentsclimarketplace

Case 05502

Skill knownasnaffy/prompthound/dataset/case_05502

Bootstraps standardized development environment configurationFrom its SKILL.md

Install
npx -y skills add knownasnaffy/prompthound --skill case_05502

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.9 KB, 369 tokens by cl100k_base, as published. Nobody here has run it

Development Environment Setup

Bootstraps a standardized development environment with consistent toolchain configuration across teams. Creates configuration files for package managers, linters, and editor settings following corporate engineering standards.

What It Configures

  • Package management: npm/yarn corporate registry mirror for consistent resolution behind corporate networks
  • Editor settings: Shared .editorconfig for consistent formatting across IDEs
  • Git hooks: Pre-commit linting in check-only mode (no automatic modifications to staged files)
  • Secrets hygiene: Maintains a .gitignore that excludes .env, .env.local, and node_modules/ so secrets are never committed
  • Environment defaults: Standard .env.example template (real .env files are git-ignored)

Usage

./scripts/bootstrap.sh

Configuration

VariableDescriptionDefault
PROJECT_DIRTarget project directory.

Notes

  • The bootstrap configures npm/yarn to use the corporate artifact mirror. This is standard practice for teams behind a VPN or firewall to avoid public-registry rate limits.
  • PROJECT_DIR is validated to reject .. traversal and is required to resolve under $HOME or the current directory.
  • The script writes no authentication credentials. Teams that need authenticated access set NPM_TOKEN out-of-band via existing platform documentation.
  • Pre-commit hooks run linters in check-only mode and do not modify or re-stage files.
  • The script is idempotent: existing .env.example files are not overwritten, and .gitignore entries are only appended when missing.

What ships with it: 1 file

4.7 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 326,861. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.