functional-search

Search functional specification markdown files with hybrid ranked search.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "functional-search" with this command: npx skills add newuni/magi-functional-search/newuni-magi-functional-search-functional-search

Search functional specification markdown files with hybrid ranked search.

Parse $ARGUMENTS to extract the query, optional path, and flags.

If the arguments contain en or in , split on the last occurrence to get query and path. Strip surrounding quotes from path.

Run the search (portable script resolution, do not hardcode a single home path):

SCRIPT_PATH="" for p in
"./scripts/functional_search.py"
"$HOME/.agents/skills/functional-search/scripts/functional_search.py"
"$HOME/.codex/skills/functional-search/scripts/functional_search.py"
"$HOME/.claude/skills/functional-search/scripts/functional_search.py" do [ -f "$p" ] && SCRIPT_PATH="$p" && break done

if [ -z "$SCRIPT_PATH" ]; then echo "functional-search script not found in local repo or known skill install paths" >&2 exit 1 fi

If path was provided:

python3 "$SCRIPT_PATH" "<query>" --path "<path>" [flags]

If path was not provided:

python3 "$SCRIPT_PATH" "<query>" [flags]

The engine automatically combines BM25 ranking, exact phrase boost, section-title boost, proximity boost, and NOT filtering. No modes needed.

Query syntax (all automatic):

  • Bare words: filtros contenido wells — ranked by relevance

  • "Quoted phrases": "well content" — exact match boosted

  • NOT: compound NOT solvent — excludes lines with those terms

  • Natural language: cómo se filtran los wells por compuesto — just works

  • Combined: "well content" compound NOT image — all features together

Structural commands:

  • --toc → add --toc flag

  • --section "<name>" → add --section "<name>" flag

  • --stats → add --stats flag

Use --format json for programmatic output, --max-results N to limit, --context N for surrounding lines.

Default path: current working directory (all .md files recursively).

Present results grouped by file > section breadcrumb, with scores. For large result sets, summarize which sections matched first.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

stamic-skill

No summary provided by upstream source.

Repository SourceNeeds Review
General

Workspace Trash

Soft-delete protection for workspace files. Intercept file deletions and move them to a recoverable trash instead of permanent removal. Use when deleting, re...

Registry SourceRecently Updated
General

Deploy Public

Private-to-public repo sync. Copies everything except ai/ to the public mirror. Creates PR, merges, syncs releases.

Registry SourceRecently Updated
General

Lumi Diary

Your local-first memory guardian and cyber bestie. Lumi collects life fragments — a sigh, a snapshot, a roast — and stitches them into radiant, interactive m...

Registry SourceRecently Updated