primer

Load project context by reading BUSINESS_LOGIC.md, feature structure, database state, and configuration.

4|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/JocDLC/saas-factory-v5 --skill primer-jocdlc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: primer
Source: https://github.com/JocDLC/saas-factory-v5/tree/main/.claude/skills/primer
Command: npx skills add https://github.com/JocDLC/saas-factory-v5 --skill primer-jocdlc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cargar contexto completo del proyecto al inicio de una conversacion. Lee BUSINESS_LOGIC.md, estructura de features, estado de la BD y configuracion actual. Activar cuando el agente no tiene contexto del proyecto o el usuario dice: que tenemos, donde estamos, dame contexto, resumeme el proyecto.

Core Features & Use Cases

  • Carga el contexto del proyecto al inicio de una conversación para evitar redundancias.
  • Lee BUSINESS_LOGIC.md, describe la estructura de features, el estado de la BD y la configuracion actual para toma de decisiones informadas.
  • Aplicaciones: sesiones de IA con contexto previo, resúmenes de proyectos y respuestas consistentes sobre el estado actual y próximos pasos.

Quick Start

Carga el contexto completo del proyecto al inicio de la conversación leyendo BUSINESS_LOGIC.md, la estructura de features, el estado de la BD y la configuración actual.

Frequently Asked Questions about primer

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

FAQPage Schema
How do I load full project context at the start of an AI conversation?

You can load full project context at the conversation start by triggering the agent to read BUSINESS_LOGIC.md, feature structures, database state, and current configuration using Read, Grep, Glob, and Bash tools. This provides immediate project awareness for informed decision-making.

What is the best way to give an AI agent my project's business logic and database state?

The best way to share business logic and database state is to initialize the conversation by reading BUSINESS_LOGIC.md and parsing the database state and feature structure. This ensures the AI has the necessary context to summarize the project and give consistent answers.

How do I summarize my project context for an AI agent when it lacks previous session history?

You summarize project context for an AI agent lacking previous session history by prompting it with commands like "give me context" or "where are we". The Skill then extracts and loads the full project configuration and business logic automatically.

Does loading project context at conversation start work without external dependencies?

Yes, loading project context at conversation start works without external dependencies. It relies solely on the agent's built-in Read, Grep, Glob, and Bash tools to query local project files like BUSINESS_LOGIC.md and database configurations.

Can I use file reading and bash tools to initialize an agent's project context?

Yes, you can use Read, Grep, Glob, and Bash tools to initialize an agent's project context. The Skill applies these allowed tools to extract BUSINESS_LOGIC.md, feature structures, database state, and current configuration efficiently.