Agent skill

patterns

View detected patterns from CYNIC observations and anomalies. Use when asked to show patterns, list anomalies, view trends, or see what CYNIC has learned from past judgments.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill patterns-zeyxx-cynic --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/patterns-zeyxx-cynic/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /patterns - CYNIC Pattern Detection *"Patterns are the footprints of truth"* ## Quick Start ``` /patterns ``` ## What It Does Displays patterns CYNIC has detected from: - **Judgments**: Recurring evaluation outcomes - **Anomalies**: Unusual behaviors or outliers - **Verdicts**: Trends in quality assessments - **Dimensions**: Consistently high/low scores ## Pattern Categories | Category | Shows | |----------|-------| | `anomaly` | Unusual deviations | | `verdict` | Judgment outcome trends | | `dimension` | Score patterns by dimension | | `all` | Everything (default) | ## Examples ### View All Patterns ``` /patterns ``` ### View Anomalies Only ``` /patterns anomalies ``` ### View Verdict Trends ``` /patterns verdicts ``` ## Implementation Use the `brain_patterns` MCP tool: ```javascript brain_patterns({ category: "anomaly|verdict|dimension|all", limit: 10 }) ``` ## Pattern Structure Each pattern includes: - **Type**: What kind of pattern - **Frequency**: How often it occurs - **Confidence**: How certain (max 61.8%) - **Examples**: Specific instances - **Trend**: Increasing/decreasing/stable ## Insights Patterns reveal: - Common quality issues - Recurring good practices - Systematic

What's inside
Steps it walks through
  1. Quick Start
  2. What It Does
  3. Pattern Categories
  4. Examples
  5. View All Patterns
  6. View Anomalies Only
  7. View Verdict Trends
  8. Implementation
  9. Pattern Structure
  10. Insights
  11. CYNIC Voice
  12. See Also
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the patterns skill do?

View detected patterns from CYNIC observations and anomalies. Use when asked to show patterns, list anomalies, view trends, or see what CYNIC has learned from past judgments.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill patterns-zeyxx-cynic --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going