Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

rightnow-ai/openfang

70 skills8.2k installs1M starsGitHub

Install

npx skills add https://github.com/rightnow-ai/openfang

Skills in this repo

1Pdf Readerpdf-reader is a bundled OpenFang skill in the rightnow-ai/openfang repository, one of 60 pre-installed expert knowledge skills in the agent operating system. The skill acts as a PDF analysis specialist that preserves logical document structure including headings, sections, lists, and table relationships while distinguishing exact extracted text from interpretation. Developers reach for pdf-reader when scoping features, validating requirements, summarizing stakeholder PDFs, or preparing invoice, contract, and financial report data for Markdown, JSON, or CSV output. The skill flags unreliable extractions such as scanned images, maintains original ordering unless reorganization is requested, and pairs with OpenFang memory_store for semantic recall in RAG-style workflows.324installs2Sqlite Expertsqlite-expert is an agent skill from rightnow-ai/openfang providing deep guidance on SQLite internals, performance tuning, and embedded database patterns beyond simple key-value usage. The skill recommends enabling WAL mode via PRAGMA journal_mode=WAL for concurrent read/write access where readers do not block writers, setting PRAGMA busy_timeout for lock contention, and applying index and query optimization for mobile apps, IoT devices, server-side caches, and analytical workloads on SQLite. Developers reach for sqlite-expert when choosing journal modes, diagnosing database locked errors, planning migrations for local-first sync, or tuning EXPLAIN QUERY PLAN output—situations where generic SQL advice misses SQLite-specific pragmas and single-file operational constraints.293installs3AnsibleGuides agent-assisted Ansible automation for provisioning hosts, managing configuration drift, and shipping repeatable infrastructure changes using playbooks, roles, inventories, handlers, and vault-backed secrets across SaaS and API deployments.204installs4Css ExpertCSS Expert is an agent skill that acts as a front-end layout specialist for solo builders shipping web UIs with Claude Code, Cursor, or similar agents. It encodes modern CSS practice: choose flexbox for one-dimensional flow and grid for two-dimensional regions, centralize theming and spacing in custom properties, and grow complexity from mobile-first baselines. The skill steers you toward logical properties, container-aware patterns where relevant, and maintainable specificity through layers rather than overrides. Invoke it when you are implementing dashboards, marketing pages, or component libraries and need concrete, spec-grounded answers about alignment, responsive grids, animations, and accessibility-friendly structure—not when you need a full design system brand workshop or backend API design.204installs5Linux NetworkingAn expert reference for configuring, securing and diagnosing Linux network stacks across bare-metal, virtualized and containerized environments. Engineers use it for firewall rules, policy-based routing, DNS and traffic capture troubleshooting.182installs6Sysadminsysadmin from rightnow-ai/openfang gives Claude Code practical Linux and infrastructure operations know-how for running production systems: provisioning hosts, managing services and permissions, hardening access, reading logs, executing safe maintenance, and resolving outages during the operate phase of a product lifecycle.173installs7Openapi ExpertOpenFang openapi-expert skill guides Claude through creating and maintaining rigorous OpenAPI documents for REST APIs, including reusable components, accurate request/response models, security schemes, and documentation that stays synchronized with backend handlers.156installs8Web SearchAgent-oriented web search skill that retrieves current online information for discovery and validation tasks, helping teams find documentation, competitors, APIs, and timely facts during early product and technical research.153installs9Python ExpertPython Expert skill delivers deep build-time guidance for Python backends and automation: idiomatic code, typing, packaging, async patterns, testing, and pragmatic framework choices. It helps agents implement reliable SaaS services, APIs, and agent tooling with maintainable structure, clear error handling, and performance-aware design across scripts, libraries, and production modules.145installs10Postgres ExpertPostgres Expert skill provides deep guidance on PostgreSQL for backend build work: schema design, migrations, indexing, query tuning, constraints, and operational patterns. It helps agents craft reliable relational models, fix slow queries, and implement production-grade data access for SaaS, API, and ecommerce backends that depend on Postgres as the system of record.142installs11Project ManagerProject Manager skill helps agents plan and steer build execution: decomposing goals into tasks, prioritizing backlog, tracking milestones, surfacing blockers, and maintaining clear delivery status. It suits SaaS, agent, and CLI teams that need lightweight PM rigor inside the repo—turning vague features into sequenced, accountable work without leaving the development context.139installs12Regex ExpertSpecialized help for authoring, testing, and optimizing regular expressions used in validation, parsing, routing, and log processing, with attention to correctness, readability, performance traps, and cross-runtime syntax differences.137installs13DockerOpenFang docker skill helps Claude design and troubleshoot container images, Docker Compose setups, and deployment-oriented packaging for APIs, CLIs, and SaaS services, emphasizing reproducible builds, smaller images, and reliable local-to-production parity.134installs14Ci CdExpert guidance for continuous integration and delivery: authoring pipeline configs, wiring test and lint stages, managing secrets and artifacts, and promoting builds through dev, staging, and production with safe rollback options.129installs15Redis ExpertRedis Expert skill supports backend build decisions for Redis: caching layers, session stores, pub/sub, streams, rate limiting, and operational tuning. It helps agents pick structures, key naming, TTLs, clustering, and consistency models for SaaS, API, and ecommerce systems that need fast ephemeral state without overloading primary databases.129installs16Code ReviewerOpenFang code-reviewer skill guides Claude through systematic pull-request and local diff review for SaaS, API, and agent repos, surfacing defects, regressions, and maintainability issues with actionable, severity-ranked feedback before merge.128installs17Interview PrepStructured technical interview preparation covering coding patterns, system design frameworks, behavioral storytelling, and mock feedback so candidates present clear tradeoffs and depth under timed interview conditions.128installs18NginxNginx configuration expert for production edges: reverse-proxy and load-balance upstream apps, terminate TLS, tune caching and compression, apply rate limits, and maintain observability for reliable public HTTP and WebSocket traffic.122installs19Browser AutomationThe browser-automation skill from rightnow-ai/openfang teaches Claude Code how to operate headless browsers for agent workflows—navigation, DOM interaction, data extraction, and UI verification in production-like sessions.120installs20Security AuditSecurity-audit skill for structured pre-ship reviews of applications and APIs, identifying authentication flaws, data leaks, misconfigurations, dependency risks, and OWASP-class vulnerabilities with prioritized remediation guidance.120installs21Sql AnalystOpenFang sql-analyst skill enables Claude to craft precise SQL for product and business analytics, interpret execution plans, build cohort and funnel reports, and communicate data-backed insights from relational warehouses backing SaaS and API platforms.120installs22Slack ToolsOpenFang slack-tools skill helps Claude implement Slack apps, incoming webhooks, interactive messages, and bot workflows for SaaS and agent products, covering auth, event routing, channel notifications, and maintainable backend integration patterns.118installs23Data AnalystEquips Claude as an OpenFang-style data analyst agent that inspects datasets, drafts SQL, explains trends, surfaces anomalies, and produces decision-ready summaries for product, marketing, and operations teams post-launch.116installs24Golang ExpertOpenFang golang-expert skill equips Claude to write, refactor, and debug production-grade Go backends and CLIs with idiomatic patterns, safe concurrency, clear module structure, and testable packages suited for APIs and SaaS microservices.116installs25Git ExpertDeep Git and pull-request guidance for daily development: branching strategies, clean history, conflict resolution, hooks, and collaboration patterns that keep repositories maintainable across teams and long-running products.115installs26React ExpertDeep React development guidance for building modern web UIs, including components, hooks, state patterns, performance tuning, accessibility considerations, and maintainable frontend architecture in SaaS and extension products.115installs27Api TesterThe api-tester skill from rightnow-ai/openfang helps teams ship APIs confidently by running structured endpoint tests—auth flows, payloads, status codes, and regressions—so backend and integration changes are verified before release rather than discovered in production.113installs28Nextjs ExpertNext.js specialist for modern React apps: App Router architecture, server and client components, caching and streaming SSR, metadata for SEO, middleware, and production performance tuning on Vercel or self-hosted Node targets.112installs29PrometheusPrometheus skill guides agents through production observability with Prometheus: instrumenting services, writing PromQL, configuring scrape jobs, defining alert rules, and building SLO-minded dashboards. It supports operate-phase reliability work for SaaS, API, and CLI systems where metric-backed monitoring, incident response, and capacity insight depend on Prometheus ecosystems.112installs30Wasm Expertwasm-expert is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.112installs31KubernetesKubernetes operations expert for container platforms: designs manifests and Helm releases, configures ingress and autoscaling, applies security policies, and diagnoses pod, node, and networking failures in production clusters.110installs32Prompt EngineerGuides creation and refinement of high-quality LLM prompts for agents and AI features, covering system instructions, examples, structured outputs, evaluation loops, and reliable tool-calling behavior in production workflows.110installs33GithubGitHub skill from openfang equips agents to operate repositories, branches, issues, and pull requests as first-class build integrations. It supports reviewing diffs, opening or updating PRs, managing releases, and coordinating team workflows without leaving the coding session. Ideal for SaaS, API, and CLI projects that depend on Git-centric delivery.109installs34Oauth ExpertExpert skill for designing and implementing OAuth 2.0 and OpenID Connect in production apps, including flow selection, PKCE, token lifecycle, provider setup, redirect handling, and common integration security mistakes.109installs35Crypto ExpertCryptography specialist for engineering teams: recommends vetted algorithms, designs encryption and signing flows, audits weak patterns, and documents key lifecycle practices so apps meet modern security and compliance expectations.108installs36Shell ScriptingShell Scripting skill helps agents write robust bash/zsh automation for build integrations: CI steps, deploy helpers, file transforms, and CLI glue that connects services. It emphasizes portable syntax, strict error handling, argument parsing, and pipeline composition for CLI, API, and agent projects that need dependable terminal workflows without heavyweight frameworks.108installs37GcpCovers Google Cloud Platform patterns for choosing services, configuring IAM, deploying containers and functions, connecting Pub/Sub and databases, and operating observability so SaaS, API, and agent backends run securely on GCP.107installs38Mongodbmongodb is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.107installs39Terraformterraform is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.104installs40Researcher Hand Skillresearcher-hand-skill is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.103installs41Trader Hand Skilltrader-hand-skill is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.102installs42Rust Expertrust-expert is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.101installs43Typescript Experttypescript-expert is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.101installs44Figma Expertfigma-expert is a Claude Code skill for design & ui/ux. It helps solo builders move faster with AI-assisted coding.99installs45Writing Coachwriting-coach is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.99installs46Ml Engineerml-engineer is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.98installs47Presentationpresentation is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.98installs48Data Pipelinedata-pipeline is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.96installs49Email Writeremail-writer is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.96installs50Llm Finetuningllm-finetuning is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.96installs51Technical Writertechnical-writer is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.96installs52Jirajira is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.95installs53Collector Hand Skillcollector-hand-skill is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.94installs54Awsaws is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.92installs55Confluenceconfluence is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.92installs56Elasticsearchelasticsearch is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.92installs57Helmhelm is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.92installs58Graphql Expertgraphql-expert is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.87installs59Azureazure is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.86installs60Compliancecompliance is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.86installs61Clip Hand Skillclip-hand-skill is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.85installs62Sentrysentry is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.85installs63Twitter Hand Skilltwitter-hand-skill is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.84installs64Lead Hand Skilllead-hand-skill is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.82installs65Notionnotion is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.82installs66Vector Dbvector-db is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.81installs67Linear Toolslinear-tools is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.80installs68Predictor Hand Skillpredictor-hand-skill is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.79installs69Searxngsearxng is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.70installs70Infisical Sync Skillinfisical-sync-skill is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.69installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

rightnow-ai/openfang · 70 skills · Skillselion