smaqit.session-start

Loads project files and operational context to prepare AI for answering user queries.

3|1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/ruifrvaz/smaqit-extensions --skill smaqit-session-start
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smaqit.session-start
Source: https://github.com/ruifrvaz/smaqit-extensions/tree/main/.github/skills/smaqit.session-start
Command: npx skills add https://github.com/ruifrvaz/smaqit-extensions --skill smaqit-session-start

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that your AI agent has a comprehensive understanding of your project's context from the very beginning of a session, preventing it from operating with incomplete information.

Core Features & Use Cases

  • Comprehensive Context Loading: Reads essential project files like READMEs, CONTRIBUTING guides, and documentation.
  • Session History Integration: Loads recent conversation history for continuity.
  • Task Planning Awareness: Incorporates the current task plan for focused work.
  • Use Case: When starting a new development session, use this Skill to automatically ingest all relevant project information so the AI can immediately assist with relevant tasks without needing to ask for basic project details.

Quick Start

Start a new chat with full project context by invoking the smaqit.session.start skill.

Frequently Asked Questions about smaqit.session-start

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

FAQPage Schema
How do I load project context when starting an AI agent session?

Loading project context at session start involves reading core project files like READMEs and documentation to give the AI a complete understanding of the project state. This ensures the agent operates with full awareness of project structure and objectives.

What is the best way to maintain conversation continuity across development sessions?

Maintaining conversation continuity across sessions requires integrating recent session history into the initial context load. This approach reads recent history alongside task planning documents to provide a complete understanding of the project state.

Does loading project context work with existing task planning documents?

Yes, loading project context incorporates current task planning documents to ensure focused work. It reads these planning files alongside core project files to provide a comprehensive understanding of project history and objectives.

How do I prevent my AI agent from operating with incomplete project information?

Preventing incomplete information requires initiating a new session by loading comprehensive project context. Reading essential project files like CONTRIBUTING guides and documentation ensures the AI operates with full awareness of the project state.

Can I automatically ingest project files like READMEs when starting a new chat?

Yes, you can automatically ingest project files like READMEs by invoking a session start skill. This reads essential project files, recent session history, and task planning documents to provide a complete understanding of the project state.

When do I need to load comprehensive project context for an AI development session?

You need to load comprehensive project context when starting a new development session to prevent the AI from operating with incomplete information. This ensures the agent can immediately assist with relevant tasks without asking for basic project details.