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.
Profile →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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /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
- Quick Start
- What It Does
- Pattern Categories
- Examples
- View All Patterns
- View Anomalies Only
- View Verdict Trends
- Implementation
- Pattern Structure
- Insights
- CYNIC Voice
- See Also
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.