Armory
Source

Browse

Search and filter by type across the catalog

1,321 results in Infrastructure, Skills, Hooks · page 13 of 56

HooksPreview

context-timeline-2

context-timeline: Claude Code session visualizer. Modes (called by Claude Code hooks via stdin JSON): --server-start SessionStart hook — launch daemon + open browser --event <NAME> PreToolUse / PostToolUse / Stop hook — notify server --shutdown Kill daemon manually --run-server <PORT> Internal: daemon entry point (do not call directly)

UnrankedNo signals yet
Harnessclaude
monitoringhooks
Details
SkillsPreview

context-window-management

Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Use when: context window, token limit, context management, context engineering, long context.

UnrankedNo signals yet
Harnessclaude
context-window-managementskills
Details
SkillsPreview

context7-auto-research

Automatically fetch latest library/framework documentation for Claude Code via Context7 API

UnrankedNo signals yet
Harnessclaude
context7-auto-researchskills
Details
SkillsPreview

continuous-agent-loop

Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

continuous-learning-v2

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
HooksPreview

conventional-commits

Enforce conventional commit message format for all git commits. Validates commit messages follow the pattern: type(scope): description. Supported types: feat, fix, docs, style, refactor, perf, test, chore, ci, build, revert. Ensures consistent commit history for changelog generation and semantic versioning.

UnrankedNo signals yet
Harnessclaude
githooks
Details
HooksPreview

conventional-commits-2

❌ Invalid commit message format Your message: {commit_msg} Commit messages must follow Conventional Commits: type(scope): description Types: feat: New feature fix: Bug fix docs: Documentation changes style: Code style changes (formatting) refactor: Code refactoring perf: Performance improvements test: Adding or updating tests chore: Maintenance tasks ci: CI/CD changes build: Build system changes revert: Revert previous commit Examples: ✅ feat: add user authentication ✅ feat(auth): implement JWT tokens ✅ fix: resolve memory leak in parser ✅ fix(api): handle null responses ✅ docs: update API documentation Invalid: ❌ Added new feature (no type) ❌ feat:add feature (missing space after colon) ❌ feature: add login (wrong type, use 'feat') 💡 Tip: Start your message with one of the types above followed by a colon and space.

UnrankedNo signals yet
Harnessclaude
githooks
Details
SkillsPreview

conversation-memory

Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.

UnrankedNo signals yet
Harnessclaude
conversation-memoryskills
Details
SkillsPreview

convex

Convex reactive backend expert: schema design, TypeScript functions, real-time subscriptions, auth, file storage, scheduling, and deployment.

UnrankedNo signals yet
Harnessclaude
convexskills
Details
SkillsPreview

cookbook-audit

Audit an Anthropic Cookbook notebook based on a rubric. Use whenever a notebook review or audit is requested.

UnrankedNo signals yet
Harnessclaude
skillclaude-cookbook
Details
SkillsPreview

copy-editing

When the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' or 'copy sweep.' This skill provides a systematic approach to editing marketing copy through multiple focused passes.

UnrankedNo signals yet
Harnessclaude
copy-editingskills
Details
SkillsPreview

copywriting

When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," or "CTA copy." For email copy, see email-sequence. For popup copy, see popup-cro.

UnrankedNo signals yet
Harnessclaude
copywritingskills
Details
SkillsPreview

core-components

Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.

UnrankedNo signals yet
Harnessclaude
core-componentsskills
Details
SkillsPreview

core-web-vitals

Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to "improve Core Web Vitals", "fix LCP", "reduce CLS", "optimize INP", "page experience optimization", or "fix layout shifts".

UnrankedNo signals yet
Harnessclaude
core-web-vitalsskills
Details
SkillsPreview

cosmic-database

Access COSMIC cancer mutation database. Query somatic mutations, Cancer Gene Census, mutational signatures, gene fusions, for cancer research and precision oncology. Requires authentication.

UnrankedNo signals yet
Harnessclaude
cosmic-databaseskills
Details
SkillsPreview

cost-aware-llm-pipeline

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

cost-tracking

Track and report Claude Code token usage, spending, and budgets from a local cost-tracking database. Use when the user asks about costs, spending, usage, tokens, budgets, or cost breakdowns by project, tool, session, or date.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

council

Convene a four-voice council for ambiguous decisions, tradeoffs, and go/no-go calls. Use when multiple valid paths exist and you need structured disagreement before choosing.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
decisionsreasoningmeta
Details
SkillsPreview

cover-letter-generator

Create personalized, compelling cover letters from a resume and job description. Use when the user asks for a cover letter, application letter, or motivation letter for a specific role.

UnrankedNo signals yet
Harnessclaude
cover-letter-generatorskills
Details
SkillsPreview

cpp-coding-standards

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

cpp-pro-2

Write idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization.

UnrankedNo signals yet
Harnessclaude
cpp-proskills
Details
SkillsPreview

cpp-testing

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

crafting-effective-readmes

Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.

UnrankedNo signals yet
Harnessclaude
crafting-effective-readmesskills
Details
SkillsPreview

create-plan

Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.

UnrankedNo signals yet
Harnessclaude
create-planskills
Details
Browse · Armory