onboarding

Verify environment setup and test Effect programming concepts for the beep-effect project.

68|13|Updated Aug 9, 2025
One-click install
npx skills add https://github.com/kriegcloud/beep-effect --skill onboarding-kriegcloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboarding
Source: https://github.com/kriegcloud/beep-effect/tree/main/.repos/beep-effect/.cursor/skills/onboarding
Command: npx skills add https://github.com/kriegcloud/beep-effect --skill onboarding-kriegcloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures new agents are properly set up and understand the core concepts of the beep-effect project before they start contributing.

Core Features & Use Cases

  • Environment Verification: Checks if necessary tools like Bun and Docker are installed and configured correctly.
  • Architecture Familiarization: Guides users through understanding the project's structure, module system, and import rules.
  • Effect Proficiency Check: Assesses understanding of Effect concepts like type parameters, generator syntax, and dependency injection.
  • Pattern Adherence: Reinforces mandatory coding patterns and best practices.
  • Use Case: A new AI agent joining the beep-effect project would use this Skill first to confirm its environment is ready and to quickly learn the essential rules and concepts for effective contribution.

Quick Start

Run the onboarding skill to verify your environment and understand beep-effect architecture.

Frequently Asked Questions about onboarding

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

FAQPage Schema
How do I onboard a new AI agent to an Effect programming project?

To onboard a new AI agent to an Effect programming project, run an interactive checklist that verifies environment setup, explains slice structure architecture, and tests understanding of Effect concepts like generators and dependency injection.

What do I need to set up before contributing to a beep-effect codebase?

Before contributing to a beep-effect codebase, you need to verify your environment setup by checking that necessary tools like Bun and Docker are installed and configured correctly for the project.

How does the beep-effect project architecture handle module imports?

The beep-effect project architecture handles module imports by enforcing a specific slice structure and strict import rules that agents must follow to maintain mandatory coding patterns and best practices.

What are the essential Effect programming concepts required for beep-effect development?

Essential Effect programming concepts required for beep-effect development include understanding type parameters, generator syntax, and dependency layers, which are tested during the onboarding process.

Does beep-effect onboarding require Bun and Docker to be installed?

Yes, beep-effect onboarding requires Bun and Docker to be installed because the environment verification step checks these specific tools to ensure your local setup is fully configured correctly.