Darna-Digital
@Darna-Digital Organization
Public Skills
code-standards-skill
by Darna-Digital
Enforce project code standards when writing code
github-skill
by Darna-Digital
GitHub skill
composable-functions-skill
by Darna-Digital
Generate boilerplate for composable, testable TypeScript features using dependency injection. Use when the user wants to scaffold a new feature with clean code patterns, create testable functions with DI, generate RSC or React Hook adapters, or set up a feature structure with interfaces/functions/mocks/tests in src/features.
task-analysis-skill
by Darna-Digital
Analyze a task (from Slack messages, Jira tickets, screenshots, or verbal descriptions) in the context of the codebase and produce an implementation plan. Use when the user wants to break down a task, plan an implementation, analyze how a feature should be built, or create a technical analysis document for a ticket.
planetscale-stage-db
by Darna-Digital
Connect to the PlanetScale staging database branch and execute SQL queries/mutations. Use when the user wants to query the staging database, run SQL against the staging environment, inspect staging data, or execute mutations on the staging PlanetScale branch.
local-redis-skill
by Darna-Digital
Connect to and execute commands against a local Docker-based Redis instance. Use when the user wants to run Redis commands, inspect Redis keys/values, debug Redis data, or interact with the local Redis container.
seo-spider-skill
by Darna-Digital
Analyze SEO spider crawl reports, prioritize issues, and generate technical fix suggestions. Use when the user wants to review SEO audit results, analyze crawl issues (canonicals, meta tags, response codes, headings, images, URLs), or get technical recommendations for fixing SEO problems.
boy-scout-skill
by Darna-Digital
Review and improve an existing task analysis plan by applying boy-scout principles (leave code better than you found it). Use when the user wants to improve an implementation plan, review an analysis for quality, suggest security/performance/UX improvements to a planned change, or refine an existing task-analysis-skill output.
planetscale-dev-db
by Darna-Digital
Connect to the PlanetScale development database branch and execute SQL queries/mutations. Use when the user wants to query the dev database, run SQL against the development environment, inspect dev data, or execute mutations on the development PlanetScale branch.
qa-plan-skill
by Darna-Digital
Generate a BDD-style QA test plan as a CSV file based on current branch changes. Use when the user wants to create a QA plan, prepare test scenarios for a feature, generate BDD test cases, or document manual testing steps for a task.