getting-started

Install Go tools, frontend dependencies, and configure git hooks for a fresh clone.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/RafayelGardishyan/rafayels-marketplace --skill getting-started-rafayelgardishyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: getting-started
Source: https://github.com/RafayelGardishyan/rafayels-marketplace/tree/main/plugins/rafayels-engineering/.opencode/skills/getting-started
Command: npx skills add https://github.com/RafayelGardishyan/rafayels-marketplace --skill getting-started-rafayelgardishyan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers bootstrap a fresh clone by installing tooling, dependencies, and ensuring git hooks are configured so the project is ready to develop.

Core Features & Use Cases

  • Bootstraps the development environment by installing Go tools, frontend dependencies, and building prerequisites.
  • Sets up and verifies git hooks and basic project checks to prevent common integration issues.
  • Provides a repeatable Quick Start path that gets a working environment from a clean clone.

Quick Start

From the project root, run the setup steps to prepare your environment for development.

Frequently Asked Questions about getting-started

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a development environment from a fresh clone with missing node_modules?

Setting up a development environment from a fresh clone involves installing tooling, frontend dependencies, and building prerequisites. This process configures git hooks and runs initial checks to ensure your project is fully ready for active development.

What does configuring git hooks do for a newly cloned project?

Configuring git hooks for a newly cloned project sets up automated project checks that prevent common integration issues. This ensures code quality standards are enforced locally before changes are committed, guiding a smooth setup across frontend and backend components.

Do I need to install Go tools to bootstrap a project with frontend dependencies?

Yes, bootstrapping the project requires installing Go tools alongside frontend dependencies. This builds necessary prerequisites and verifies the environment, providing a repeatable setup path from a clean clone to a fully working development state.

What is the best way to prepare a clean clone for development and run initial checks?

The best way to prepare a clean clone for development is to execute documented setup steps that install dependencies and configure git hooks. Running these project checks validates your environment setup and starts the dev environment efficiently.

Why are my git hooks not working after a fresh clone?

Git hooks may not work after a fresh clone because they are not configured automatically. You must run the project bootstrapping steps to install dependencies and explicitly set up the git hooks to prevent common integration issues.