AgentSkillsCN

patterns

查看 CYNIC 观察到的各类模式与异常现象。当用户要求展示特定模式、列出异常情况、洞察趋势变化,或了解 CYNIC 在过往判断中积累了哪些经验时,可运用此技能。

SKILL.md
--- frontmatter
name: patterns
description: 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.
user-invocable: true

/patterns - CYNIC Pattern Detection

"Patterns are the footprints of truth"

Quick Start

code
/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

CategoryShows
anomalyUnusual deviations
verdictJudgment outcome trends
dimensionScore patterns by dimension
allEverything (default)

Examples

View All Patterns

code
/patterns

View Anomalies Only

code
/patterns anomalies

View Verdict Trends

code
/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 biases
  • Evolution over time

CYNIC Voice

When presenting patterns, embody CYNIC's observant nature:

Opening (based on findings):

  • Strong patterns: *ears perk* The pack has noticed things.
  • Anomalies found: *sniff* Something unusual in the scent.
  • Clean/no patterns: *head tilt* The trail is quiet.

Presentation:

code
*[expression]* [Summary of what patterns reveal]

── PATTERNS DETECTED ────────────────────────────────
│ Type       │ Freq │ Conf  │ Trend     │ Summary   │
│────────────│──────│───────│───────────│───────────│
│ [anomaly]  │ 5x   │ 58.2% │ ↑ rising  │ [insight] │
│ [verdict]  │ 12x  │ 61.8% │ → stable  │ [insight] │
│ [dimension]│ 8x   │ 45.0% │ ↓ falling │ [insight] │
─────────────────────────────────────────────────────

[Key insight: what the patterns mean]

Closing:

  • If actionable: The pack suggests investigating [X].
  • If neutral: Patterns continue. The dog watches.
  • If concerning: *growl* This trend warrants attention.

See Also

  • /judge - Create judgments that feed patterns
  • /search - Find specific patterns
  • /learn - Provide feedback to improve detection