Back to Skills

build-feature

DNYoussef
Updated 3 days ago
4 views
24
6
24
View on GitHub
Otherdesign

About

The build-feature skill implements a library-first development protocol that mandates checking existing code libraries before writing new code. It enforces systematic reuse by requiring developers to consult cataloged patterns, existing projects, and documented approaches. This structured workflow ensures consistency and efficiency in feature development while maintaining compliance with version control standards.

Quick Install

Claude Code

Recommended
Primary
npx skills add DNYoussef/context-cascade -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/DNYoussef/context-cascade
Git CloneAlternative
git clone https://github.com/DNYoussef/context-cascade.git ~/.claude/skills/build-feature

Copy and paste this command in Claude Code to install this skill

GitHub Repository

DNYoussef/context-cascade
Path: skills/tooling/build-feature
0

Related Skills

build-feature

Other

This Claude Skill automates feature development by following a library-first protocol that prioritizes code reuse and pattern adherence. It checks existing libraries, documented patterns, and project directories before building new code, ensuring consistency. The skill provides structured workflows for delivery tasks with mandatory compliance to established development standards.

View skill

fix-bug

Other

This skill fixes bugs by following a mandatory library-first protocol that prioritizes reusing existing code from the catalog. It checks for matches above 70% before building new solutions and can use tools like Read, Write, Edit, and Bash. Developers should use it for structured bug resolution that maintains consistency with established patterns.

View skill

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

polymarket

Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill