Back to skills directory
tripcher/skills

tripcher/skills

@tripcher 0

Teach coding agents to research GitHub repos and the web with grounded, cited answers.

claude-codecodexagent-skillsgithub-researchweb-researchresearch

Install

$ npx skills add tripcher/skills

README

# GitHub Repository: tripcher/skills

**URL:** https://github.com/tripcher/skills
**Author:** tripcher
**Description:** A personal, growing collection of agent skills for coding agents (Claude Code, Codex, ...).
**Homepage:** 
**Language:** Shell

## Stats
- Stars: 0
- Forks: 0
- Open Issues: 0
- Commits: 1
- Created: 2026-06-18T12:23:36Z
- Updated: 2026-06-18T12:24:25Z
- Pushed: 2026-06-18T12:23:41Z

## README
# Skills

A personal, growing collection of [agent skills](https://docs.claude.com/en/docs/claude-code/skills) — small, composable instruction packs that teach coding agents (Claude Code, Codex, and friends) how to do focused tasks well.

Each skill lives in its own folder with a `SKILL.md` at the root. Skills are grouped into **buckets** under `skills/`.

## Install

These skills follow the standard skill layout, so you can install them with [`skills.sh`](https://skills.sh):

```bash
npx skills@latest add tripcher/skills
```

Or use them locally by symlinking everything into `~/.claude/skills`:

```bash
./scripts/link-skills.sh
```

## Skills

### Research

Skills for digging through repositories and the web and turning the findings into grounded answers.

- **[github-repo-researcher](./skills/research/github-repo-researcher/SKILL.md)** — Research, summarize, review, or fact-check a GitHub/Git repository using Repomix and terminal search to build focused, low-token context bundles.
- **[native-search-research](./skills/research/native-search-research/SKILL.md)** — Prompt-only web research using native search, with category-guided queries (IT, AI, shopping, general) and cross-source synthesis.

## Repository layout

```
skills/
  <bucket>/
    README.md          # lists the skills in this bucket
    <skill-name>/
      SKILL.md         # the skill itself (required)
      references/      # optional supporting files
      agents/          # optional agent configs
scripts/               # helper scripts (list / link skills)
.claude-plugin/        # plugin manifest enumerating every shipped skill
```

See [CLAUDE.md](./CLAUDE.md) for the conventions every skill must follow.

## Contributing

Contributions are welcome — see [CONTRIBUTING.md](./CONTRIBUTING.md). All changes land on `main` through pull requests.

## License

[MIT](./LICENSE) © Stanislav

Information

Repository
Language
Shell
Created
2026/6/18
Updated
2026/6/19