skill-capture

Capture coding patterns and rules from development sessions into reusable skill files.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/sasabajic/laravel-best-practice-skills --skill skill-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-capture
Source: https://github.com/sasabajic/laravel-best-practice-skills/tree/main/skill-capture
Command: npx skills add https://github.com/sasabajic/laravel-best-practice-skills --skill skill-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of capturing, documenting, and organizing coding patterns, rules, and best practices discovered during development sessions, making them easily reusable.

Core Features & Use Cases

  • Pattern Extraction: Identifies and formats coding rules, patterns, and conventions.
  • Skill Generation: Assists in creating new SKILL.md files or updating existing ones.
  • Session Summarization: Generates summaries of learned concepts for review.
  • Use Case: After discussing a new Laravel Eloquent query optimization technique, use this Skill to save the pattern with GOOD/BAD examples and add it to the laravel-eloquent-database skill.

Quick Start

Use the skill-capture skill to save the current coding pattern as a new rule.

Frequently Asked Questions about skill-capture

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

FAQPage Schema
How do I document coding patterns and best practices discovered during a development session?

To document coding patterns, you can capture and extract the rules and conventions directly from your development session, formatting them with code examples and explanations to create reusable skill files.

What is the best way to create a reusable SKILL.md file from existing code conventions?

Creating a reusable SKILL.md file involves extracting identified coding rules and best practices from your work, then formatting them with GOOD and BAD examples to ensure the knowledge is easily accessible for future projects.

Can I generate a session summary to review the coding rules and patterns I just learned?

Yes, you can generate a session summary that captures the learned concepts, coding rules, and best practices discussed during development, providing a structured review of the extracted knowledge.

How do I save a new Laravel Eloquent query optimization technique as a reusable coding pattern?

You save a query optimization technique by extracting the pattern from your session, documenting it with code examples and explanations, and adding it directly to a relevant skill file like laravel-eloquent-database.

Does this approach support adding GOOD and BAD code examples when documenting coding conventions?

Yes, the pattern extraction process supports formatting rules and conventions with specific GOOD and BAD code examples, ensuring that the documented best practices clearly demonstrate correct and incorrect implementations.