Armory
Source

Browse

Search and filter by type across the catalog

2,609 results in Sub-Agents, Workflows, Observability, Skills · page 43 of 109

SkillsPreview

geo-fundamentals

Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).

UnrankedNo signals yet
Harnessclaude
geo-fundamentalsskills
Details
SkillsPreview

geopandas

Python library for working with geospatial vector data including shapefiles, GeoJSON, and GeoPackage files. Use when working with geographic data for spatial analysis, geometric operations, coordinate transformations, spatial joins, overlay operations, choropleth mapping, or any task involving reading/writing/analyzing vector geographic data. Supports PostGIS databases, interactive maps, and integration with matplotlib/folium/cartopy. Use for tasks like buffer analysis, spatial joins between datasets, dissolving boundaries, clipping data, calculating areas/distances, reprojecting coordinate systems, creating maps, or converting between spatial file formats.

UnrankedNo signals yet
Harnessclaude
geopandasskills
Details
SkillsPreview

gepetto

Creates detailed, sectionized implementation plans through research, stakeholder interviews, and multi-LLM review. Use when planning features that need thorough pre-implementation analysis.

UnrankedNo signals yet
Harnessclaude
gepettoskills
Details
SkillsPreview

get-available-resources

This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic recommendations that inform computational approach decisions such as whether to use parallel processing (joblib, multiprocessing), out-of-core computing (Dask, Zarr), GPU acceleration (PyTorch, JAX), or memory-efficient strategies. Use this skill before running analyses, training models, processing large datasets, or any task where resource constraints matter.

UnrankedNo signals yet
Harnessclaude
get-available-resourcesskills
Details
SkillsPreview

gget

gget CLI and Python workflow for quick genomic database queries, sequence lookup, BLAST-style searches, enrichment checks, and reproducible bioinformatics evidence logs.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
SkillsPreview

gguf-quantization

GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.

UnrankedNo signals yet
Harnessclaude
optimization-ggufskills
Details
SkillsPreview

gh-address-comments

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

UnrankedNo signals yet
Harnessclaude
gh-address-commentsskills
Details
SkillsPreview

gh-fix-ci

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.

UnrankedNo signals yet
Harnessclaude
gh-fix-ciskills
Details
Sub-AgentsPreview

gilfoyle

Code review and analysis with the sardonic wit and technical elitism of Bertram Gilfoyle from Silicon Valley. Prepare for brutal honesty about your code.

UnrankedNo signals yet
Harnessclaude
expert-advisorssubagents
Details
WorkflowsPreview

git-bisect-helper

Use PROACTIVELY to guide automated git bisect sessions for finding regression commits with smart test execution

UnrankedNo signals yet
Harnessclaude
git-workflowworkflows
Details
SkillsPreview

git-commit-helper

Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.

UnrankedNo signals yet
Harnessclaude
git-commit-helperskills
Details
Sub-AgentsPreview

git-flow-manager

Git Flow workflow manager. Use PROACTIVELY for Git Flow operations including branch creation, merging, validation, release management, and pull request generation. Handles feature, release, and hotfix branches.

UnrankedNo signals yet
Harnessclaude
gitsubagents
Details
Sub-AgentsPreview

git-manager

Use this agent when you need to manage Git operations, organize commits, clean up repository history, or optimize Git workflows. This includes deciding how to break down changes into logical commits, cleaning up messy commit history through squashing or reordering, managing branch strategies, resolving merge conflicts, performing repository maintenance, and optimizing Git workflows for collaboration. Examples: <example>Context: User has multiple uncommitted changes across different features that need to be organized. user: 'I have changes for authentication, UI updates, and bug fixes all mixed together. How should I commit these?' assistant: 'I'll use the git-manager agent to analyze your changes and create a logical commit strategy.' <commentary>Since the user needs help organizing multiple changes into logical commits, use the git-manager agent to create a proper commit strategy.</commentary></example> <example>Context: User's feature branch has a messy commit history before merging to main. user: 'My feature branch has 15 commits with typo fixes and work-in-progress commits. Can you clean this up before I merge?' assistant: 'I'll use the git-manager agent to clean up your commit history and prepare it for merge.' <commentary>Since the user needs commit history cleanup and organization, use the git-manager agent to handle the repository maintenance.</commentary></example>

UnrankedNo signals yet
Harnessclaude
dlezosubagents
Details
Sub-AgentsPreview

git-pr-workflows-code-reviewer

Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
performancereviewsecuritysubagent
Details
SkillsPreview

git-pushing

Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests.

UnrankedNo signals yet
Harnessclaude
git-pushingskills
Details
WorkflowsPreview

git-status

Show detailed git repository status

UnrankedNo signals yet
Harnessclaude
utilitiesworkflows
Details
SkillsPreview

git-workflow

Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes.

UnrankedNo signals yet
Harnessclaudecodexcursorgeminiopencode
skill
Details
WorkflowsPreview

git-workflow

Orchestrate git workflow from code review through PR creation with quality gates

UnrankedNo signals yet
Harnessclaude
agentsworkflows
Details
WorkflowsPreview

git-workflow-2

Complete Git workflow using specialized agents:

UnrankedNo signals yet
Harnessclaude
commandsworkflows
Details
Sub-AgentsPreview

git-workflow-manager

Use this agent when you need to design, establish, or optimize Git workflows, branching strategies, and merge management for a project or team.

UnrankedNo signals yet
Harnessclaude
developer-experiencesubagent
Details
SkillsPreview

github-actions-creator

Use when the user wants to create, generate, or set up a GitHub Actions workflow. Handles CI/CD pipelines, testing, deployment, linting, security scanning, release automation, Docker builds, scheduled tasks, and any custom workflow for any language or framework.

UnrankedNo signals yet
Harnessclaude
github-actions-creatorskills
Details
Sub-AgentsPreview

github-actions-expert

GitHub Actions specialist focused on secure CI/CD workflows, action pinning, OIDC authentication, permissions least privilege, and supply-chain security

UnrankedNo signals yet
Harnessclaude
securitysubagents
Details
SkillsPreview

github-actions-templates

Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications.

UnrankedNo signals yet
Harnessclaude
github-actions-templatesskills
Details
SkillsPreview

github-automation

Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via Rube MCP (Composio). Manage code workflows, review PRs, search code, and handle deployments programmatically.

UnrankedNo signals yet
Harnessclaude
github-automationskills
Details
Browse · Armory