site-phase-1

Query a SQLite database for a briefing by ID and prepare it for site development.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/felipemlanna1/vendedor-de-sites-v2 --skill site-phase-1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-phase-1
Source: https://github.com/felipemlanna1/vendedor-de-sites-v2/tree/main/.claude/skills/site-phase-1
Command: npx skills add https://github.com/felipemlanna1/vendedor-de-sites-v2 --skill site-phase-1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the first phase of the site creation process by loading briefings from a database, providing the necessary metadata for subsequent phases.

Core Features & Use Cases

  • Database Retrieval: Extracts briefing metadata and data points from a database by ID.
  • Data Processing: Transforms the retrieved data into a usable format for the following phases.
  • Use Case: After loading the briefing information, this Skill sets the stage for further site development tasks, such as content creation and design adjustments.

Quick Start

Use the site-phase-1 skill to load the briefing for the specified lead ID from the database.

Frequently Asked Questions about site-phase-1

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

FAQPage Schema
How do I automate site creation by loading briefing data from a SQLite database?

To automate site creation, the skill queries a SQLite database by a specific lead ID to retrieve briefing metadata. It then transforms this retrieved data into a usable format, setting the stage for subsequent development phases.

How do I retrieve briefing metadata from a database for workflow automation?

You can retrieve briefing metadata for workflow automation by querying the database using a specific lead ID. The skill extracts the necessary data points and processes them into a structured format for downstream site creation tasks.

What is the first phase of automated site creation?

The first phase of automated site creation involves loading project briefings from a database and extracting essential metadata. This prepares the foundational data required to initiate subsequent content creation and design adjustments.

Do I need SQLite database access to process briefings for site development?

Yes, you need SQLite database access and knowledge to process briefings for site development. The skill directly queries the database by ID to extract the required metadata for subsequent site creation tasks.

Can I use this database retrieval skill to prepare data for content creation?

Yes, you can use this database retrieval skill to prepare data for content creation. After loading the briefing information, it processes the data into a usable format for further site development tasks like content generation.

What are the limitations of automating briefing processing with this database retrieval approach?

The limitation of this briefing processing approach is that it strictly handles phase 1 of site creation by extracting data from a SQLite database. It does not perform the actual content creation or design adjustments, requiring subsequent phases to complete the site.