Skip to main content
Run any Skill in Manus
with one click
GitHub repository

fastagent-plugins

fastagent-plugins contains 60 collected skills from armanzeroeight, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
60
Stars
29
updated
2025-12-02
Forks
7
Occupation coverage
13 occupation categories · 100% classified
repository explorer

Skills in this repository

arm-template-helper
computer-network-architects

Creates and validates Azure Resource Manager (ARM) templates for infrastructure deployment. Use when creating ARM templates, deploying Azure infrastructure as code, or validating Azure templates.

2025-12-02
azure-cost-optimizer
network-and-computer-systems-administrators

Analyzes Azure costs and provides optimization recommendations including reserved instances, rightsizing, and unused resources. Use when optimizing Azure spending or analyzing Azure costs.

2025-12-02
model-builder
database-administrators

Creates dbt models with proper layering (staging, marts), incremental strategies, and documentation. Use when creating dbt models, organizing data transformations, or implementing incremental models.

2025-12-02
test-generator
software-quality-assurance-analysts-and-testers

Generates dbt tests including schema tests, data quality tests, and freshness checks. Use when adding tests to dbt models or implementing data quality validation.

2025-12-02
cloud-build-helper
network-and-computer-systems-administrators

Configures Google Cloud Build pipelines with caching, parallel builds, and optimization. Use when setting up Cloud Build, optimizing build performance, or configuring CI/CD pipelines.

2025-12-02
gcp-cost-optimizer
network-and-computer-systems-administrators

Analyzes GCP costs and provides optimization recommendations including committed use discounts, rightsizing, and unused resources. Use when optimizing GCP spending or analyzing GCP costs.

2025-12-02
action-builder
software-developers

Create custom GitHub Actions (composite, Docker, or JavaScript). Use when building reusable actions, creating custom workflow steps, or packaging logic for distribution. Trigger words include "create action", "custom action", "build action", "composite action", "Docker action".

2025-12-02
matrix-optimizer
network-and-computer-systems-administrators

Optimize GitHub Actions matrix strategies for testing across multiple versions, platforms, and configurations. Use when configuring matrix builds, testing multiple versions, cross-platform testing, or optimizing CI resource usage. Trigger words include "matrix strategy", "test matrix", "multiple versions", "cross-platform".

2025-12-02
error-handling
software-developers

Implement Go error handling patterns including error wrapping, sentinel errors, custom error types, and error handling conventions. Use when handling errors, creating error types, or implementing error propagation. Trigger words include "error", "panic", "recover", "error handling", "error wrapping".

2025-12-02
goroutine-patterns
software-developers

Implement Go concurrency patterns using goroutines, channels, and synchronization primitives. Use when building concurrent systems, implementing parallelism, or managing goroutine lifecycles. Trigger words include "goroutine", "channel", "concurrent", "parallel", "sync", "context".

2025-12-02
app-router-helper
web-developers

Implement Next.js App Router patterns including Server Components, Client Components, layouts, route organization, and data fetching. Use when building with App Router, organizing routes, or implementing modern Next.js patterns. Trigger words include "App Router", "Server Component", "Client Component", "layout", "app directory".

2025-12-02
ssr-ssg-advisor
web-developers

Choose optimal Next.js rendering strategy (SSR, SSG, ISR, CSR) based on content type, update frequency, and performance requirements. Use when deciding how to render pages, optimizing performance, or implementing data fetching. Trigger words include "rendering", "SSR", "SSG", "ISR", "static", "server-side".

2025-12-02
native-module-helper
software-developers

Create custom React Native native modules for iOS and Android. Use when integrating native SDKs, optimizing performance-critical code, or accessing platform-specific APIs. Trigger words include "native module", "bridge", "native code", "iOS bridge", "Android bridge", "Turbo Module".

2025-12-02
performance-optimizer
software-developers

Optimize React Native app performance including bridge optimization, list rendering, memory management, and profiling. Use when app is slow, laggy, or consuming excessive memory. Trigger words include "performance", "optimize", "slow", "lag", "memory", "FlatList", "rendering".

2025-12-02
inventory-manager
network-and-computer-systems-administrators

Organizes Ansible inventory files, manages host groups, and configures dynamic inventory. Use when organizing Ansible inventory, managing host groups, or setting up dynamic inventory sources.

2025-12-02
role-builder
network-and-computer-systems-administrators

Creates Ansible roles with proper structure, tasks, handlers, and variables. Use when creating Ansible roles, organizing automation tasks, or structuring configuration management.

2025-12-02
stack-designer
computer-network-architects

Designs CloudFormation stack structure, nested stacks, and resource organization. Use when designing CloudFormation infrastructure, organizing resources into stacks, or planning nested stack hierarchies.

2025-12-02
template-validator
computer-network-architects

Validates CloudFormation templates for syntax, security, and best practices. Use when validating CloudFormation templates, checking for security issues, or ensuring compliance with best practices.

2025-12-02
load-balancer
computer-network-architects

Configures nginx load balancing with upstream servers, health checks, and failover strategies. Use when setting up load balancing, distributing traffic across multiple servers, or configuring upstream backends.

2025-12-02
ssl-helper
network-and-computer-systems-administrators

Configures SSL/TLS certificates, implements secure protocols and ciphers, and sets up security headers. Use when setting up HTTPS, SSL certificates, TLS configuration, or web security hardening.

2025-12-02
complexity-analyzer
software-developers

Analyzes cyclomatic and cognitive complexity, identifies overly complex functions. Use when assessing code complexity or identifying functions that need simplification.

2025-12-02
refactoring-advisor
software-developers

Provides refactoring recommendations and step-by-step improvement plans. Use when planning refactoring, improving code structure, or reducing technical debt.

2025-12-02
api-docs-generator
technical-writers

Generates API documentation from code including OpenAPI specs, JSDoc, and Python docstrings. Use when documenting APIs, REST endpoints, or library functions.

2025-12-02
changelog-manager
software-developers

Maintains changelogs following Keep a Changelog format, categorizes changes by type. Use when updating CHANGELOG, preparing releases, or documenting version changes.

2025-12-02
readme-generator
software-developerscomputer-occupations-all-other

Creates comprehensive README files with templates for different project types. Use when creating README, project documentation, or getting started guides.

2025-12-02
dependency-audit
information-security-analysts

Analyzes project dependencies for known security vulnerabilities using npm audit, pip-audit, or similar tools. Use when auditing packages, checking for CVEs, or updating vulnerable dependencies.

2025-12-02
secrets-detector
information-security-analysts

Detects hardcoded secrets, API keys, passwords, and credentials in source code. Use when checking for leaked secrets, credential exposure, or before committing code.

2025-12-02
vulnerability-scanner
information-security-analysts

Scans code for security vulnerabilities, identifies CVE patterns, and provides severity ratings with remediation guidance. Use when scanning for security issues, code vulnerabilities, or OWASP top 10 problems.

2025-12-02
api-security-checker
information-security-analysts

Audit API security for OWASP Top 10 vulnerabilities, authentication issues, and authorization flaws. Use when securing APIs, fixing security vulnerabilities, or implementing security best practices.

2025-11-20
database-migration-helper
database-administrators

Create and manage database migrations safely with rollback support. Use when modifying database schema, adding indexes, or managing database changes.

2025-11-20
data-quality-checker
data-scientists-152051

Implement data quality checks, validation rules, and monitoring. Use when ensuring data quality, validating data pipelines, or implementing data governance.

2025-11-20
etl-designer
data-scientists-152051

Design ETL/ELT pipelines with proper orchestration, error handling, and monitoring. Use when building data pipelines, designing data workflows, or implementing data transformations.

2025-11-20
ci-cd-optimizer
network-and-computer-systems-administrators

Optimize CI/CD pipelines for speed, reliability, and efficiency. Use when improving build times, fixing pipeline failures, or enhancing deployment processes.

2025-11-20
infrastructure-monitor
network-and-computer-systems-administrators

Set up monitoring, logging, and alerting for infrastructure and applications. Use when implementing observability, creating dashboards, or configuring alerts.

2025-11-20
accessibility-checker
web-and-digital-interface-designers

Validate WCAG compliance, check screen reader support, and audit accessibility issues. Use when ensuring accessibility, fixing WCAG violations, or implementing inclusive design.

2025-11-20
performance-optimizer
web-developers

Optimize frontend performance with bundle size reduction, lazy loading, and Core Web Vitals improvements. Use when improving page speed, reducing bundle size, or optimizing Core Web Vitals.

2025-11-20
responsive-design-advisor
graphic-designers

Design responsive layouts with breakpoints, mobile-first approach, and flexible grids. Use when creating responsive designs, implementing breakpoints, or optimizing for multiple screen sizes.

2025-11-20
api-documentation-generator
software-developers

Generate OpenAPI/Swagger specifications and API documentation from code or design. Use when creating API docs, generating OpenAPI specs, or documenting REST APIs.

2025-11-20
rest-api-designer
software-developers

Design RESTful API endpoints with proper resource modeling, HTTP methods, and URL structure. Use when creating REST APIs, designing endpoints, or structuring API resources.

2025-11-20
aws-cost-optimizer
network-and-computer-systems-administrators

Analyze and optimize AWS costs with recommendations for Reserved Instances, right-sizing, and resource cleanup. Use when reducing AWS spending, analyzing costs, or optimizing cloud infrastructure expenses.

2025-11-20
Showing top 40 of 60 collected skills in this repository.