# Registry Search Table Output

> Render search results as a fixed-width table with colored type labels.

- Skill: `shyamsridhar123/registry-search-table-output` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shyamsridhar123/registry-search-table-output`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shyamsridhar123/registry-search-table-output/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: shyamsridhar123 (https://skillmd.com/u/shyamsridhar123)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/shyamsridhar123/registry-search-table-output

---


# Registry Search Table Output

Render search results as a fixed-width table with colored type labels.

## When to Use

Use this skill when:

- Working with code in `src/commands/search.ts/`
- User mentions "search"
- User mentions "table"
- User mentions "chalk"
- User mentions "limit"
- User mentions "type"

## Patterns

- chalk-based fixed-width table formatting
- type-aware coloring (agent vs skill)
- limit and type filters via options

## Examples

```
agentsmith search <query> -t agent -l 10
```

## Category

**quality** - Testing, validation, and code quality

