primer

Load project context from BUSINESS_LOGIC.md, features, database, and configuration.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/arroyo2009jose-max/civradar-autoridades --skill primer-arroyo2009jose-max
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: primer
Source: https://github.com/arroyo2009jose-max/civradar-autoridades/tree/main/.claude/skills/primer
Command: npx skills add https://github.com/arroyo2009jose-max/civradar-autoridades --skill primer-arroyo2009jose-max

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load the complete project context at the start of a conversation, ensuring the agent begins with up-to-date knowledge of the SaaS Factory project and its current configuration.

Core Features & Use Cases

  • Read BUSINESS_LOGIC.md to capture project rules, constraints, and decision boundaries.
  • Inspect the structure of features, the status of the database, and configuration to provide a concise project snapshot.
  • Use when the agent lacks context or the user requests a summary like "what do we have", "where are we", or "summarize the project".

Quick Start

Seed the agent with the latest project context at the start of a conversation.

Frequently Asked Questions about primer

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

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

To load project context at the start of a conversation, read BUSINESS_LOGIC.md, the features structure, the database state, and current configuration to provide the agent with an accurate, ready-to-use snapshot.

What is the best way to give an AI agent up-to-date business logic and project knowledge?

Providing up-to-date business logic requires loading project context by reading BUSINESS_LOGIC.md to capture rules, constraints, and decision boundaries alongside the current database state and configuration.

When do I need to load complete project context for my SaaS application?

You need to load complete project context when the agent lacks context or when a user explicitly asks for current state, a project summary, or questions like "where are we" in the SaaS Factory.

How do I summarize the current state of my SaaS project features and database?

Summarize SaaS project features and database state by loading project context to inspect the features structure and database status, generating a concise project snapshot for immediate reference.

Does loading project context require any external dependencies or components?

Loading project context requires no external dependencies or components, relying solely on reading existing project files like BUSINESS_LOGIC.md and the current configuration to seed the agent.

Why does my AI agent lack project context when starting a new conversation?

An AI agent lacks project context in new conversations because it starts fresh; applying context loading reads BUSINESS_LOGIC.md and database state to seed it with accurate project knowledge.