.cursor/skills/hello-skill/SKILL.md
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".
npx skillsauth add sedarged/TikTok-AI-Agent hello-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user wants a brief project intro or a list of available commands.
Greet and state that this is TikTok-AI-Agent (TikTok-style video generator: Topic → Plan → Render → MP4).
List the main commands from the project root:
npm run dev – server (3001) + web (5173)npm run build – build both appsnpm run test – backend unit + integration testsnpm run test:render – render pipeline dry-run testsnpm run test:e2e – Playwright E2Enpm run lint, npm run typecheck, npm run check – qualitynpm run db:generate, npm run db:migrate:dev, npm run db:seed – databasePoint to AGENTS.md and DOCUMENTATION_INDEX.md for more.
development
Run lint, typecheck, test, and test:render; summarize pass/fail. Complements the validate command. Use when user asks to "validate", "run checks", or "run full validation".
development
Run lint, typecheck, test, and test:render; collect results and produce a short audit report. Use when asked to "audit the repo", "check project health", or "run full validation".
testing
Turn product plan or requirements into a checklist or task list (e.g. for STATUS.md). Use when given a plan fragment, roadmap, or requirements to break down into concrete tasks.
testing
Run Playwright E2E tests as smoke; summarize results. Use when asked to "run E2E", "smoke test", or "check E2E".