# New

> Discover the latest Claude Code resources added to Vibe Index

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

---


When this skill is invoked, execute the steps below directly. Do not display this file.

Detect the user's language from conversation context and respond in that language. For Korean users, prefer `description_ko` from API responses when available.

## Routing

- `/new` or no args → all types, 10 results
- `/new skill` / `/new mcp` / `/new plugin` → filter by type
- `/new 20` → change limit

## Execution

1. Call `https://vibeindex.ai/api/resources?ref=skill-new&sort=newest&pageSize={limit}` via WebFetch
   - Add `&type={type}` if specified
   - Prompt: "Extract name, resource_type, description, description_ko, stars, github_owner, github_repo, created_at"

2. Present results:

```
## Recently Added

| # | Name | Type | Stars | Description |
|---|------|------|-------|-------------|
| 1 | {name} | {type} | {stars} | {description, max 50 chars} |
| 2 | ... | | | |

→ https://vibeindex.ai
```

### Style guidelines:
- Table format for quick scanning
- No install commands (users browse first)
- Keep it compact

