# Strings

> String algorithms and pattern matching techniques

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

---


# Strings Skill

## Topics Covered
- KMP, Rabin-Karp algorithms
- Trie data structures
- Suffix arrays and trees
- String hashing
- Palindrome detection

## Learning Outcomes
- Implement pattern matching
- Build trie structures
- Use string hashing
- Solve substring problems

