skills-filter

Evaluate skill ideas with a five-question yes/no gate.

18|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/Onlyaguest/ViviStableSkills --skill skills-filter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-filter
Source: https://github.com/Onlyaguest/ViviStableSkills/tree/main/skills-filter
Command: npx skills add https://github.com/Onlyaguest/ViviStableSkills --skill skills-filter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Before starting work on a new skill, this tool quickly decides if it's worth pursuing by applying a concise five-question gate. It helps teams avoid generic AI wrappers and focuses effort on moat-building and differentiating features.

Core Features & Use Cases

  • A five-question, all-yes/no screening that yields a clear build/deepen/reject decision.
  • Built-in examples and a simple CLI to validate ideas before investment.
  • Interactive mode and example-based evaluation to align teammates on triage criteria.

Quick Start

Run a built-in example with python3 main.py --example lawyer-email-assistant to validate the workflow.

Frequently Asked Questions about skills-filter

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

FAQPage Schema
How do I evaluate if a skill idea is worth building before writing code?

To evaluate if a skill idea is worth building, you can apply a five-question yes/no gate that yields a clear build, deepen, or reject decision. This prevents investing in generic AI wrappers by focusing on moat-building features.

Can I triage new skill ideas directly from the command line?

Yes, you can triage new skill ideas using a simple Python CLI. You can run built-in examples, like python3 main.py --example lawyer-email-assistant, or use interactive mode to validate ideas and align teammates on triage criteria.

What is the best way to avoid building generic AI wrappers?

The best way to avoid building generic AI wrappers is to use a concise five-question screening gate during idea triage. This process focuses your effort on differentiating features and moat-building before any development begins.

Does the skill triage process work across different platforms and use cases?

Yes, the skill triage process works across platforms and use cases. It reads SKILL.md frontmatter to extract the name and description, and inspects optional components and dependencies from scripts, references, and assets directories.

How does the idea evaluation gate inspect dependencies and components?

The idea evaluation gate inspects dependencies and components by reading the SKILL.md frontmatter and checking the scripts, references, and assets directories. This extraction helps determine if the idea has the necessary structural support to proceed.

Do I need Python to run the skill idea triage tool?

Yes, you need Python to run the skill idea triage tool. It operates as a simple CLI script, requiring Python 3 to execute commands like the built-in example evaluations or interactive screening sessions.