Hello Skill

Say hello and list project commands. Use for a quick project intro or when the user asks "what can this project do" or "list commands". Use when this capability is needed.

tomevault-io Updated

File contents

Hello Skill

Use this skill when the user wants a brief project intro or a list of available commands.

Steps

  1. Greet and state that this is TikTok-AI-Agent (TikTok-style video generator: Topic → Plan → Render → MP4).

  2. List the main commands from the project root:

    • npm run dev – server (3001) + web (5173)
    • npm run build – build both apps
    • npm run test – backend unit + integration tests
    • npm run test:render – render pipeline dry-run tests
    • npm run test:e2e – Playwright E2E
    • npm run lint, npm run typecheck, npm run check – quality
    • npm run db:generate, npm run db:migrate:dev, npm run db:seed – database
  3. Point to AGENTS.md and DOCUMENTATION_INDEX.md for more.

References

  • AGENTS.md – agent instructions and commands
  • README.md – Quick Start, API, render pipeline

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/sedarged--tiktok-ai-agent--hello-skill commit 092f0f3092

Frequently asked questions

npx skillmds@latest add tomevault-io/hello-skill-2