$npx skillfedfor your agent

project-bootstrapper

Project Bootstrapper configures new or existing projects with industry-standard practices including directory structure, Git workflows, documentation, testing frameworks, code quality tools, and CI/CD pipelines. It adapts to your language, project type, and team size through guided discovery, then implements each component systematically with templates for Node.js, Python, Go, Rust, and React projects.

Project Bootstrapper sets up new projects with standard structure, documentation, testing, and CI/CD automation.

AI-generated summary based on this skill's SKILL.md

657 91 Apache-2.0updated by mhattingpete

Decision gist · record as of 2026-07-25

Project Bootstrapper sets up new projects with standard structure, documentation, testing, and CI/CD automation. Project Bootstrapper configures new or existing projects with industry-standard practices including directory structure, Git workflows, documentation, testing frameworks, code quality tools, and CI/CD pipelines. It adapts to your language, project type, and team size through guided discovery, then implements each component systematically with templates for Node.js, Python, Go, Rust, and React projects.

manual: git clone https://github.com/mhattingpete/claude-skills-marketplace → cp -r claude-skills-marketplace/productivity-skills-plugin/skills/project-bootstrapper ~/.claude/skills/project-bootstrapper
productivity-skills-plugin/skills/project-bootstrapper/SKILL.md · version 1c392c4c

Use it when

  • Yes.
  • Project Bootstrapper configures testing frameworks, linting, and code formatting appropriate to your language.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

mhattingpete/claude-skills-marketplace/project-bootstrapper · repository language: HTML

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I set up a new project from scratch with project-bootstrapper?

Project Bootstrapper guides you through creating a new project with standard structure and tooling. It discovers your language, project type, and team size, then systematically implements directory structure, Git configuration, documentation templates, testing frameworks, and code quality tools. The skill adapts its recommendations to Node.js, Python, Go, Rust, or React projects, ensuring you start with industry best practices.

Can project-bootstrapper add development tools to an existing project?

Yes. Project Bootstrapper can enhance existing projects by adding development best practices and automation. It analyzes your current setup and incrementally introduces Git workflows, linting, code formatting, testing frameworks, and CI/CD pipelines without disrupting your existing codebase. This lets you modernize your project structure gradually.

What testing and code quality tools does project-bootstrapper configure?

Project Bootstrapper configures testing frameworks, linting, and code formatting appropriate to your language. It sets up test runners, establishes linting rules, adds pre-commit hooks for automated checks, and integrates code quality tools into your workflow. These configurations ensure consistent code standards and catch issues early in development.

Does project-bootstrapper set up CI/CD and GitHub Actions workflows?

Project Bootstrapper can establish CI/CD pipelines and deployment automation for your project. It creates GitHub Actions workflows and other CI/CD configurations tailored to your tech stack, automating testing, linting, and deployment processes to streamline your development workflow.

Which programming languages and project types does project-bootstrapper support?

Project Bootstrapper provides templates and configurations for Node.js, Python, Go, Rust, and React projects. It adapts its recommendations based on your chosen language and project type, ensuring that the structure, tooling, and best practices align with your specific technology stack and team needs.

How does project-bootstrapper organize project dependencies and documentation?

Project Bootstrapper establishes comprehensive project documentation and organizes dependencies through guided discovery of your project requirements. It creates documentation templates, configures dependency management appropriate to your language, and sets up Git workflows including pre-commit hooks and branch strategies for professional project organization.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Project Bootstrapper

Sets up new projects or improves existing projects with development best practices, tooling, documentation, and workflow automation.

When to Use

  • "set up a new project"
  • "bootstrap this project"
  • "add best practices"
  • "improve project structure"
  • "set up development tooling"
  • "initialize project properly"

What It Sets Up

1. Project Structure
  • Standard directories (src/, tests/, docs/, scripts/, .github/)
  • Logical file organization
  • Structure improvements
2. Git Configuration
  • Comprehensive .gitignore
  • .gitattributes for line endings/diffs
  • Git hooks (pre-commit, commit-msg)
  • Branch protection patterns
  • Git LFS if needed
3. Documentation
  • Comprehensive README.md
  • CONTRIBUTING.md
  • Code documentation (JSDoc, docstrings)
  • CHANGELOG.md structure
  • Architecture docs if complex
4. Testing Setup

-

(truncated - see the full file via the links below)

File tree — 1 file
productivity-skills-plugin/skills/project-bootstrapper/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Set up a new project with standard structure and tooling”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

code-auditor
by mhattingpete · mhattingpete/claude-skills-marketplace

Code Auditor performs a systematic examination of your entire codebase, evaluating architecture decisions, code quality patterns, security posture, performance characteristics, test coverage, and maintainability factors. It delivers prioritized findings with specific file references and actionable recommendations, supporting focused audits on security, performance, or testing alone.

Apache-2.0updated Jul 2026
★ 657repo stars
codebase-documenter
by mhattingpete · mhattingpete/claude-skills-marketplace

Codebase Documenter analyzes your project structure and code to produce organized markdown documentation spanning architecture, components, integrations, and development practices. It maps directory organization, traces execution paths, and synthesizes findings into multiple documents or a single comprehensive guide with Mermaid diagrams and code examples.

Apache-2.0updated Jul 2026
★ 657repo stars
file-operations
by mhattingpete · mhattingpete/claude-skills-marketplace

File Operations retrieves detailed file metadata and statistics—including size, line counts, modification times, and content analysis—using read-only operations. Ideal for understanding file structure and gathering code metrics across projects.

Apache-2.0updated Jul 2026
★ 657repo stars
test-fixing
by mhattingpete · mhattingpete/claude-skills-marketplace

test-fixing identifies all failing tests, groups them by error type and root cause, then fixes them in priority order. It handles infrastructure issues first (imports, dependencies), then API changes, then logic bugs. After each fix group passes, it moves to the next until the full suite succeeds.

Apache-2.0updated Jul 2026
★ 657repo stars
ensemble-solving
by mhattingpete · mhattingpete/claude-skills-marketplace

This skill spawns three independent subagents to tackle problems from different angles—prioritizing simplicity, performance, or extensibility for code; top-down, bottom-up, or lateral thinking for design; or expert, pragmatic, or innovative perspectives for creative work. Each solution is scored against correctness, completeness, quality, clarity, and elegance, then the winner is returned with trade-off analysis and guidance on when alternatives might suit better.

Apache-2.0updated Jul 2026
★ 657repo stars
feature-planning
by mhattingpete · mhattingpete/claude-skills-marketplace

Feature Planning transforms vague feature requests into structured implementation roadmaps. It systematically clarifies requirements, explores your codebase for patterns, designs components, and generates discrete, sequenced tasks with file paths and dependencies. Integrates with plan-implementer to execute each task.

Apache-2.0updated Jul 2026
★ 657repo stars

More skills conversation-analyzer (Apache-2.0) · code-transfer (Apache-2.0) · timeline-creator (Apache-2.0) · code-refactor (Apache-2.0)

Tags
project-initializationdev-toolchainautomation-setupcode-standardsworkflow-scaffoldingquality-enforcementonboarding-readyinfrastructure-as-code