update-skills

Automates capturing and organizing project knowledge and skills for reuse.

5|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/malwarebo/nyrve --skill update-skills-malwarebo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-skills
Source: https://github.com/malwarebo/nyrve/tree/main/src/vs/sessions/skills/update-skills
Command: npx skills add https://github.com/malwarebo/nyrve --skill update-skills-malwarebo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of capturing significant learnings, patterns, or pitfalls discovered during a development session, ensuring this knowledge is preserved and made accessible for future use.

Core Features & Use Cases

  • Knowledge Capture: Systematically records valuable insights derived from coding sessions.
  • Skill/Instruction Management: Facilitates the creation or updating of reusable skills and instructions within the project.
  • Use Case: After debugging a complex issue that revealed a common architectural constraint, you can use this skill to document the constraint as a new instruction, preventing future similar errors.

Quick Start

Use the update-skills skill to capture the recent learning about efficient error handling.

Frequently Asked Questions about update-skills

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

FAQPage Schema
How do I capture development learnings into accessible knowledge management instructions?

To capture learnings into knowledge management, this Skill systematically records valuable insights derived from coding sessions and updates repository skills. It preserves recurring patterns and reusable domain knowledge for future use.

What is the best way to automate documentation of recurring pitfalls discovered during a session?

Automating documentation of recurring pitfalls is achieved by creating or updating repository instructions based on significant learnings. This prevents future similar errors by making the discovered constraints persistently accessible.

When do I need to update repository skills with new instructions?

You need to update repository skills with new instructions when users explicitly request learning capture, or when recurring patterns, pitfalls, or reusable domain knowledge are discovered during a development session.

Can I use this to document architectural constraints found while debugging?

Yes, you can document architectural constraints found while debugging by using this Skill to create a new instruction. It satisfies the need for persistent knowledge management within your development workflows.

Does this knowledge management approach require external dependencies to store learnings?

No external dependencies are required to store learnings. This Skill operates independently to create or update repository skills and instructions, embedding the captured knowledge directly within your existing development workflows.

Why does capturing session knowledge manually often fail to prevent future errors?

Capturing session knowledge manually fails because insights are easily lost without systematic documentation. This Skill solves that by automating the creation and update of repository instructions for discovered patterns and pitfalls.