configure

Configure pattern-radar sources, weights, and domains.

16 stars

Best use case

configure is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Configure pattern-radar sources, weights, and domains.

Teams using configure should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/configure/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/configure/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/configure/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How configure Compares

Feature / AgentconfigureStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Configure pattern-radar sources, weights, and domains.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Configure Your Radar

Customize which sources to scan and how to score relevance.

## Setting Domains

Your domains determine what's relevant to you:
```
configure_sources(domains: ["TypeScript", "React", "AI", "distributed systems"])
```

Domains can be:
- Programming languages (TypeScript, Python, Rust)
- Frameworks (React, Next.js, FastAPI)
- Technologies (WebAssembly, GraphQL, Kubernetes)
- Concepts (distributed systems, machine learning, security)

## Source Configuration

**Enable/disable sources:**
```
configure_sources(hackernews_enabled: true, github_enabled: true)
```

**Adjust weights** (0-2, higher = more influence):
```
configure_sources(
  hackernews_weight: 1.5,    # Prioritize HN
  github_weight: 0.5         # De-prioritize GitHub
)
```

**GitHub language filter:**
```
configure_sources(github_languages: ["TypeScript", "Rust", "Python"])
```

## Profile Integration

If shared-memory is installed, pattern-radar reads your profile automatically:
- Languages from `technical.languages`
- Frameworks from `technical.frameworks`
- Domains from `knowledge.domains`
- Interests from `knowledge.interests`

You can override or supplement with `configure_sources`.

## GitHub Token

For higher rate limits (5,000/hour vs 60/hour):

1. Create token at https://github.com/settings/tokens
2. Run pattern-radar setup: `node run.js`
3. Enter token when prompted

Token is saved to `~/.config/brain-jar/pattern-radar.json`

## Current Config

View current configuration by calling any radar tool—it shows your active settings.

## Reset to Defaults

Delete the config file:
```bash
rm ~/.config/brain-jar/pattern-radar.json
```

Related Skills

configure-chatkit

16
from diegosouzapw/awesome-omni-skill

This skill should be used when setting up OpenAI ChatKit in Next.js, adding domain allowlist to environment, building chat UI component, integrating with /api/chat endpoint, displaying history and tool calls visually, and integrating Better Auth session.

configure-downstream

16
from diegosouzapw/awesome-omni-skill

Configure Konflux for new Submariner version - creates overlays, tenant config, and RPAs for Y-stream releases.

pre-configured-apis-rules

16
from diegosouzapw/awesome-omni-skill

Rules for using pre-configured APIs in the project, using them only if they are required by the project.

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

file-suggestion

16
from diegosouzapw/awesome-omni-skill

Set up fast file suggestions for Claude Code using ripgrep, jq, and fzf. Use this skill when users want to improve file autocomplete performance or add custom file suggestion behavior.

file-path-traversal

16
from diegosouzapw/awesome-omni-skill

This skill should be used when the user asks to "test for directory traversal", "exploit path traversal vulnerabilities", "read arbitrary files through web applications", "find LFI vu...

file-management-rules

16
from diegosouzapw/awesome-omni-skill

Specifies file management guidelines, including including full file paths as comments, updating project structure in AI.MD, and maintaining package.json. This rule ensures organized and well-documente

file-archiver

16
from diegosouzapw/awesome-omni-skill

创建和解压ZIP、TAR和GZIP压缩包,支持密码保护。

fhir-api

16
from diegosouzapw/awesome-omni-skill

Expert guidance for implementing FHIR RESTful API servers and clients following the HL7 FHIR specification. Use this skill when implementing a FHIR server with REST endpoints, building a FHIR client, designing FHIR API routes and handlers, implementing FHIR operations (read, create, update, delete, search, history), working with FHIR bundles, batch requests, or transactions, handling FHIR content negotiation, headers, and versioning, or implementing conditional operations. Trigger keywords include "FHIR REST", "FHIR API", "FHIR server", "FHIR client", "FHIR endpoint", "FHIR operations", "RESTful FHIR", "implement FHIR".

fetching-youtube-transcripts

16
from diegosouzapw/awesome-omni-skill

Fetch transcripts and subtitles from YouTube videos using youtube-transcript-api. Use when extracting video transcripts, listing available languages, translating captions, or processing YouTube content for summarization or analysis.

feature-slicing

16
from diegosouzapw/awesome-omni-skill

Apply Feature-Sliced Design (FSD) architecture to frontend projects. Use when creating new frontend features, components, pages, or restructuring existing code. Triggers on tasks involving React/Next.js/Vue project organization, layer architecture, feature isolation, module boundaries, or when user mentions FSD, feature slicing, or scalable frontend structure.

feature-sliced-design

16
from diegosouzapw/awesome-omni-skill

Apply Feature-Sliced Design (FSD) v2.1 architectural methodology to frontend projects. Use when organizing code structure, decomposing features, creating new components or features, refactoring existing codebases, or when users mention "FSD", "Feature-Sliced", layers, slices, or frontend architecture patterns.