sk-features-index

Index TimeKast Starter Kit features and link them to sk-* detail skills.

Updated May 19, 2026
One-click install
npx skills add https://github.com/TimeKast/AgendaInteligente --skill sk-features-index
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sk-features-index
Source: https://github.com/TimeKast/AgendaInteligente/tree/main/.claude/skills/sk-features-index
Command: npx skills add https://github.com/TimeKast/AgendaInteligente --skill sk-features-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of repeatedly reinventing features when building new work on top of the TimeKast Starter Kit.

Core Features & Use Cases

  • Feature discovery catalog: Quickly answers whether a requested capability already exists in the kit before you scaffold anything new.
  • Delegation via skill links: Each listed feature points to the corresponding sk-* skill that documents how to hook into the existing implementation.
  • Guided integration workflow: Encourages choosing integration over re-implementation, reducing divergence and maintenance risk.
  • Use case: You plan an “audit logging” addition for a new module and want to reuse the kit’s established audit system rather than designing a new one from scratch.

Quick Start

Use the sk-features-index skill to check if your target feature already appears in the catalog and, if it does, jump to the linked detail skill before implementing the new feature.

Frequently Asked Questions about sk-features-index

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

FAQPage Schema
How do I check if the Next.js starter kit already has a feature before building it?▼

Use the feature catalog to check if the Next.js starter kit already ships your target capability. It provides a structured index linking each feature to its corresponding detail skill, helping you avoid re-implementing existing systems.

What existing systems does the starter kit ship with for auth and RBAC?▼

The starter kit ships with established auth, RBAC, and audit logging systems. Instead of designing these from scratch, you can use the feature index to discover them and jump to the linked detail skill for integration instructions.

Can I reuse the kit's audit logging system for a new module?▼

Yes, you can reuse the kit's audit logging system for a new module. The feature index catalogs existing audit logging capabilities and points you to the specific detail skill that documents how to hook into the established implementation.

Does the starter kit include built-in rate limiting and feature flags?▼

Yes, the starter kit includes built-in rate limiting and feature-flagged optional behaviors. The feature index catalogs these alongside PWA support, notifications, email, navigation, UI primitives, DB helpers, API helpers, and CRUD scaffolding.

What is the best way to avoid re-implementing features in a Next.js starter kit?▼

The best way to avoid re-implementing features is choosing integration over re-implementation. The feature index guides this workflow by listing existing kit capabilities and linking directly to the detail skills needed to hook into the current implementation.

Do I need a specific format to use the feature discovery catalog?▼

Yes, you need a YAML frontmatter with name and description properties to use the feature discovery catalog. Once provided, it generates a structured index that links feature rows to the corresponding detail skills for your integration decisions.