Skip to main content
Run any Skill in Manus
with one click
GitHub repository

nakafa.com

nakafa.com contains 31 collected skills from nakafaai, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
31
Stars
78
updated
2026-07-17
Forks
18
Occupation coverage
8 occupation categories ยท 100% classified
repository explorer

Skills in this repository

nakafa-content
postsecondary-teachers-all-other

Create educational content (MDX) and exercises for Nakafa platform. Use when creating or editing subject materials, exercises, questions, answers/explanations, or any educational content in MDX format.

2026-07-17
audit-website
software-developers

Audit a website with the squirrelscan CLI and fix the findings in code. Runs SEO, performance, security, technical, content, accessibility, and 15 other rule categories (249+ rules), returns an LLM-optimized report, then drives an iterative fix loop, mapping issues to source files, applying fixes, and re-auditing until the site scores well. Use to discover and assess website or webapp issues and drive them to fixed.

2026-07-12
coss-particles
web-developers

Index of all COSS UI particle examples. Use when implementing UI features to find copy-paste-ready component patterns built on coss primitives. Each particle has a description and a JSON URL for easy installation.

2026-07-12
coss
web-developers

Helps implement coss UI components correctly. Use when building UIs with coss primitives (buttons, dialogs, selects, forms, menus, tabs, inputs, toasts, etc.), migrating from shadcn/Radix to coss/Base UI, composing trigger-based overlays, or troubleshooting coss component behavior. Covers imports, accessibility, Tailwind styling, and common pitfalls.

2026-07-12
effect-ts
software-developers

Effect-TS library usage in TypeScript โ€” Effect.gen generators, Schema.Struct/Schema.Class definitions, Layer/Context.Tag/Service patterns, Effect.pipe pipelines, Data.TaggedError/Data.Class error types, Ref/Queue/PubSub/Deferred concurrency primitives, Match module, Config providers, Scope/Exit/Cause/Runtime patterns, or any code using Effect's typed error channel (E parameter). Trigger when writing, reviewing, debugging, or refactoring TypeScript code that uses Effect โ€” when you see imports from `effect`, `effect/*`, or any `@effect/*` scoped package (schema, platform, sql, opentelemetry, cli, cluster, rpc, vitest). Also trigger when the user asks about Effect patterns, migration from Promises/fp-ts/neverthrow to Effect, or how to structure an Effect application. Do NOT trigger for React's useEffect, Redux side effects, or general English usage of "effect" unless the context clearly involves the Effect-TS library.

2026-07-12
kami
graphic-designers

Typeset professional documents and product landing pages: resumes, one-pagers, white papers, letters, portfolios, slide decks, landing pages. Warm parchment, ink-blue accent, serif-led hierarchy. CN uses TsangerJinKai02, EN uses Charter, JA uses YuMincho (best-effort). Triggers on "ๅš PDF / ๆŽ’็‰ˆ / ไธ€้กต็บธ / ็™ฝ็šฎไนฆ / ไฝœๅ“้›† / ็ฎ€ๅކ / PPT / slides / Marp / markdown slides / ใƒžใƒผใ‚ฏใƒ€ใ‚ฆใƒณใฎใ‚นใƒฉใ‚คใƒ‰ / ่ฝๅœฐ้กต / ๅฎ˜็ฝ‘ / landing page / product page", or "build me a resume / make a one-pager / design a slide deck / turn this into a PDF / make this presentable / create a landing page".

2026-07-12
next-cache-components
software-developers

Next.js 16 Cache Components guidance โ€” PPR, use cache directive, cacheLife, cacheTag, updateTag, and migration from unstable_cache. Use when implementing partial prerendering, caching strategies, or migrating from older Next.js cache patterns.

2026-07-12
nextjs
software-developers

Next.js App Router expert guidance. Use when building, debugging, or architecting Next.js applications โ€” routing, Server Components, Server Actions, Cache Components, layouts, middleware/proxy, data fetching, rendering strategies, and deployment on Vercel.

2026-07-12
remotion-create
software-developers

Creating a new Remotion video

2026-07-12
remotion-markup
software-developers

Best practices for writing Remotion React Markup

2026-07-12
remotion-saas
software-developers

Building video apps with Remotion - framework, rendering and Player advice

2026-07-12
remotion-best-practices
software-developers

Best practices for Remotion

2026-07-12
shadcn
web-developers

Manages shadcn components and projects โ€” adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".

2026-07-12
turborepo
software-developers

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.

2026-07-12
convex-component-authoring
software-developers

How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management

2026-06-27
convex-cron-jobs
software-developers

Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks

2026-06-27
convex-file-storage
software-developers

Complete file handling including upload flows, serving files via URL, storing generated files from actions, deletion, and accessing file metadata from system tables

2026-06-27
convex-functions
software-developers

Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations

2026-06-27
convex-http-actions
software-developers

External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation

2026-06-27
convex-migrations
database-architects

Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns

2026-06-27
convex-realtime
software-developers

Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and paginated queries with cursor-based loading

2026-06-27
convex-schema-validator
database-architects

Defining and validating database schemas with proper typing, index configuration, optional fields, unions, and migration strategies for schema changes

2026-06-27
convex-security-audit
information-security-analysts

Deep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations

2026-06-27
convex-security-check
information-security-analysts

Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling

2026-06-27
effect-best-practices
software-developers

Enforces Effect-TS patterns for services, errors, layers, and atoms. Use when writing code with Effect.Service, Schema.TaggedError, Layer composition, or effect-atom React components.

2026-06-27
grill-me
project-management-specialists

A relentless interview to sharpen a plan or design.

2026-06-27
grill-with-docs
project-management-specialists

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

2026-06-27
improve-codebase-architecture
software-developers

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

2026-06-27
mcp-apps-builder
computer-occupations-all-other

**MANDATORY for ALL MCP server work** - mcp-use framework best practices and patterns. **READ THIS FIRST** before any MCP server work, including: - Creating new MCP servers - Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets) - Debugging MCP server issues or errors - Reviewing MCP server code for quality, security, or performance - Answering questions about MCP development or mcp-use patterns - Making ANY changes to server.tool(), server.resource(), server.prompt(), or widgets This skill contains critical architecture decisions, security patterns, and common pitfalls. Always consult the relevant reference files BEFORE implementing MCP features.

2026-06-11
convex-helpers-patterns
software-developers

Guide for convex-helpers library patterns including Triggers, Row-Level Security (RLS), Relationship helpers, Custom Functions, Rate Limiting, and Workpool. Use when implementing automatic side effects, access control, relationship traversal, auth wrappers, or concurrency management. Activates for triggers setup, RLS implementation, custom function wrappers, or convex-helpers integration tasks.

2026-02-10
convex-performance-patterns
software-developers

Guide for Convex performance optimization including denormalization, index design, avoiding N+1 queries, OCC (Optimistic Concurrency Control), and handling hot spots. Use when optimizing query performance, designing data models, handling high-contention writes, or troubleshooting OCC errors. Activates for performance issues, index optimization, denormalization patterns, or concurrency control tasks.

2026-02-10