Implement SCM Features

Create SCM pages, hooks, and visualizations for podsie, roadmaps, velocity, and assessments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/asmith7013/coachingPlatform --skill implement-scm-features
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Implement SCM Features
Source: https://github.com/asmith7013/coachingPlatform/tree/main/.claude/skills/implement-scm
Command: npx skills add https://github.com/asmith7013/coachingPlatform --skill implement-scm-features

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps engineers flesh out School Coaching Manager features by providing structured guidance for creating SCM pages, hooks, and visualizations for podsie, roadmaps, velocity, and assessments.

Core Features & Use Cases

  • Page scaffolding: Create new SCM pages under /src/app/scm/.
  • Data wiring: Add data fetching hooks to SCM pages.
  • Visualizations: Build velocity, roadmaps, and assessment visualizations.
  • Centralized hooks: Use shared hooks from "@/hooks/scm".
  • Best practices: Provides patterns for memoization, effects, and data shaping.

Quick Start

Use this skill when you need to add a new SCM page or hook to display podsie velocity, roadmaps progress, or assessment data.

Frequently Asked Questions about Implement SCM Features

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

FAQPage Schema
How do I create new SCM pages for displaying podsie tracking and velocity data?

Create new SCM pages under /src/app/scm/ and wire data fetching using shared hooks from @/hooks/scm. The Skill provides structured patterns for scaffolding pages, adding velocity visualizations, and connecting podsie assessment data to your components.

What's the best way to build velocity and roadmap visualizations for School Coaching Manager?

Use the Skill's visualization patterns to build velocity, roadmaps, and assessment charts. It guides you through data shaping, memoization, and effects best practices while enforcing centralized hooks placement and server actions under src/app/actions/scm.

How do I structure data fetching hooks for SCM features across sections and classes?

Use shared hooks from @/hooks/scm to fetch podsie, velocity, roadmap, and assessment data. The Skill standardizes hook patterns and data fetching via server actions, ensuring consistent data wiring across all SCM pages and class sections.

Can I use this Skill to add assessment data pages alongside velocity tracking?

Yes. The Skill covers building assessment data pages, velocity visualizations, and podsie tracking all within the same SCM architecture. It provides unified patterns for creating multiple related pages that share centralized hooks and server actions.

What server-side patterns does the Skill enforce for SCM data handling?

Server actions are placed under src/app/actions/scm organized by domain (students, velocity, podsie, roadmaps). The Skill enforces centralized hooks placement and standardized page patterns to deliver a cohesive SCM experience across all features.