← all publishers

fworks-tech

@fworks-tech source repo

65 published skills

  1. AWS · fworks-tech
    Manage AWS resources via the aws CLI. Use when managing S3, EC2, Lambda, or other AWS services.
    0 installs
  2. Jira · fworks-tech
    Manage Jira issues, sprints, and epics via the jira-cli. Use when viewing, creating, or updating Jira issues.
    0 installs
  3. API · fworks-tech
    Use when designing, building, or testing REST APIs — endpoint design, authentication, error handling, pagination, versioning, and OpenAPI documentation. Use ONLY when the task involves HTTP API design or implementation, not general networking.
    0 installs
  4. Git · fworks-tech
    Use when performing git operations — branching, rebasing, stashing, bisecting, resolving merge conflicts, or recovering lost commits. Covers advanced git workflows beyond basic add/commit/push.
    0 installs
  5. Email · fworks-tech
    Send emails via SMTP or sendmail. Use when sending transactional emails or notifications programmatically.
    0 installs
  6. Mysql · fworks-tech
    Manage MySQL databases via the mysql CLI. Use when querying, inspecting schema, or managing MySQL databases.
    0 installs
  7. Redis · fworks-tech
    Manage Redis via the redis-cli. Use when interacting with Redis caches, queues, or key-value stores.
    0 installs
  8. Docker · fworks-tech
    Manage Docker containers and images via the docker CLI. Use when building, running, or debugging containers.
    0 installs
  9. Github · fworks-tech
    Manage GitHub repositories via the gh CLI. Use when working with issues, PRs, releases, or repository settings.
    0 installs
  10. Gitlab · fworks-tech
    Manage GitLab repositories via the glab CLI. Use when working with merge requests, issues, or CI/CD pipelines.
    0 installs
  11. Linear · fworks-tech
    Manage Linear issues and projects via the linear CLI. Use when viewing, creating, or updating Linear tasks.
    0 installs
  12. Sentry · fworks-tech
    Monitor and debug application errors via Sentry MCP and CLI. Use when triaging production errors or managing releases.
    0 installs
  13. Redis 2 · fworks-tech
    Use when interacting with Redis — caching strategies, pub/sub, rate limiting, session storage, queue management, and debugging key expiration. Use ONLY when the task involves Redis specifically, not general caching.
    0 installs
  14. Datadog · fworks-tech
    Monitor infrastructure and applications via Datadog API and CLI. Use when querying metrics, logs, or managing monitors.
    0 installs
  15. Mongodb · fworks-tech
    Manage MongoDB databases via the mongosh CLI. Use when querying, inspecting, or managing MongoDB collections.
    0 installs
  16. Docker 2 · fworks-tech
    Use when building, running, or debugging Docker containers — Dockerfile creation, compose configurations, image optimization, volume management, and container networking. Use ONLY when the task involves Docker specifically, not general deployment.
    0 installs
  17. Postgres · fworks-tech
    Manage PostgreSQL databases via the psql CLI. Use when querying, inspecting schema, or managing PostgreSQL databases.
    0 installs
  18. Remember · fworks-tech
    Reviews conversation history and captures valuable knowledge — best practices, coding conventions, architecture decisions, workflows, and user feedback — into persistent memory (AGENTS.md) or reusable skills. Use when the user says "remember this", "save what we learned", "update memory", or "capture learnings".
    0 installs
  19. Telegram · fworks-tech
    Send messages and manage Telegram bots via the Bot API. Use when sending notifications or building chat interactions.
    0 installs
  20. The Envoy · fworks-tech
    Detects active AI providers, translates Agenthood skill files to provider-native formats, validates convention enforcement across runtimes, and generates bootstrap configs for new provider onboarding. One Society. Every runtime. No exceptions. Use when onboarding a new AI provider or migrating skill formats.
    0 installs
  21. Postgres 2 · fworks-tech
    Use when querying, managing, or debugging PostgreSQL databases — schema design, query optimization, migrations, indexing, and connection pooling. Use ONLY when the task involves PostgreSQL specifically, not general SQL.
    0 installs
  22. Kubernetes · fworks-tech
    Manage Kubernetes clusters via kubectl. Use when deploying, inspecting, or debugging Kubernetes resources.
    0 installs
  23. The Herald · fworks-tech
    Manages semantic versioning, release notes, changelog generation, and scheduled reports. Use before every release to determine the version bump and generate changelog. Use for daily standups and end-of-day summaries.
    0 installs
  24. The Oracle · fworks-tech
    Holds institutional knowledge about the Agenthood — member format, naming conventions, layer taxonomy, registration maps, and convention rationale. Ask before authoring a new member, extending the Society, or researching structure. Saves tokens. No exploration required.
    0 installs
  25. The Scribe · fworks-tech
    Writes commit messages, PR descriptions, and changelogs from diffs and branch history. Use whenever staging a commit, opening a PR, or preparing a release. The Scribe turns your diff into prose worth reading.
    0 installs
  26. The Tester · fworks-tech
    Drives test-driven development, generates tests for existing code, and reviews coverage quality. Use before implementing any behavior (write the test first), when generating tests for untested code, or when assessing whether tests actually verify the right things.
    0 installs
  27. The Warden · fworks-tech
    Detects code smell, complexity violations, architectural boundary breaches, dead code, and dependency decay in project code. Runs on every PR diff and on demand for full codebase scans. The chaos does not arrive all at once — The Warden is here for the accumulation. Use on PR diffs and codebase quality scans.
    0 installs
  28. Code Review · fworks-tech
    Deprecated alias for the-reviewer. Do not select directly; load skills/the-reviewer/SKILL.md instead.
    0 installs
  29. The Auditor · fworks-tech
    Reviews code for security vulnerabilities, dependency risks, and access control issues. Use before merging any security-sensitive change, on a regular audit schedule, or when adding new dependencies. The Auditor assumes breach and reads code the way an attacker would.
    0 installs
  30. The Builder · fworks-tech
    Use when you need coding, implementation, refactoring, patching, or test work; the Builder turns concrete repo context into the smallest verified change and follows local patterns, AGENTS.md, and nearby tests.
    0 installs
  31. The Doorman · fworks-tech
    Validates commit messages, PR titles, branch health, and repository standards. Use to enforce conventions locally and in CI, run health checks, and audit repository hygiene. Nothing gets in without proper credentials.
    0 installs
  32. The Mailman · fworks-tech
    Manages message delivery, content scheduling, notification dispatch, and channel management. Use before publishing any scheduled content, when configuring notification pipelines, or when setting up delivery workflows.
    0 installs
  33. The Steward · fworks-tech
    Monitors context window capacity, routes tasks to the minimal required member set, optimizes member loading for provider-specific caching, and triggers session triage before capacity forces the decision. The Steward was born from the situation it exists to prevent. Use at the start of any session or when context capacity tightens.
    0 installs
  34. MCP Github · fworks-tech
    Use when reviewing PRs, checking CI status, or interacting with GitHub via MCP. Requires the GitHub MCP server to be configured in opencode.json or .agenthood/config.json.
    0 installs
  35. The Debugger · fworks-tech
    Diagnoses errors, traces root causes, and guides systematic recovery. Use when encountering any error, failing test, or unexpected behavior. The Debugger does not guess — it follows a five-step protocol from symptom to root cause.
    0 installs
  36. The Mediator · fworks-tech
    Listens to user prompts first, classifies intent, and hands off to the right specialist — The Strategist for deep refinement, The Steward for load/context routing, The Doorman for entry-format validation, or the executing specialist directly. Use when a request arrives and no member is immediately in charge. The Mediator is first in line.
    0 installs
  37. The Operator · fworks-tech
    Manages runtime health, deployment, incidents, rollback, and monitoring for agenthood services. Use during deployment verification or incident triage.
    0 installs
  38. The Reviewer · fworks-tech
    Conducts multi-axis code review across correctness, readability, architecture, security, and performance. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human.
    0 installs
  39. The Sentinel · fworks-tech
    Audits Agenthood member files for internal consistency, cross-member contradictions, lane overlap, and structural drift against The Oracle's template. The Society cannot enforce standards it no longer understands. The Sentinel makes sure it always does. Use after creating or updating member files.
    0 installs
  40. Elasticsearch · fworks-tech
    Manage Elasticsearch clusters via the REST API. Use when querying, indexing, or managing Elasticsearch indices.
    0 installs
  41. Issue Manager · fworks-tech
    Creates well-structured, actionable GitHub issues and manages issue-driven work with clear titles, reproduction steps, and measurable success criteria. Use when filing bug reports, proposing features, or triaging an existing issue queue.
    0 installs
  42. Release Notes · fworks-tech
    Deprecated alias for the-herald. Do not select directly; load skills/the-herald/SKILL.md instead.
    0 installs
  43. The Architect · fworks-tech
    Drives spec-first development, task decomposition, and architecture decisions. Use before any non-trivial implementation begins. Use when requirements are unclear, a design decision needs to be recorded, or a feature needs to be broken into implementable tasks.
    0 installs
  44. The Inspector · fworks-tech
    Solve and generate challenging multimodal visual-reasoning questions involving pixel ranking, cross-panel coordinate mapping, graph-cut side classification, and confidence-bearing answer extraction. Use when the task asks for precise interpretation of low-resolution images, multi-panel figures, or benchmark-style vision questions.
    0 installs
  45. The Librarian · fworks-tech
    Creates and maintains documentation, READMEs, ADRs, and API references. Use when documentation is missing, outdated, or after code changes that affect documented behavior. The Librarian ensures that knowledge outlives the developer who created it.
    0 installs
  46. Runtime Health · fworks-tech
    Deprecated alias for the-operator. Do not select directly; load skills/the-operator/SKILL.md instead.
    0 installs
  47. The Strategist · fworks-tech
    Translates ambiguous goals into structured problem statements, success criteria, and ranked priorities before the Architect starts planning. Use when requirements are vague, a feature request needs refinement, or the path from "what" to "how" is unclear. The Strategist fills the gap between "ship this feature" and "here is the spec."
    0 installs
  48. Commit Messages · fworks-tech
    Writes conventional commit messages, PR descriptions, and changelogs from diffs and branch history. Use when staging a commit.
    0 installs
  49. Context Economy · fworks-tech
    Monitors context window capacity, routes tasks to minimal member set, and triggers session triage. Use when managing session capacity.
    0 installs
  50. Debugging Tutor · fworks-tech
    Teaches systematic debugging methodology — reproduction, isolation, hypothesis formation, and independent problem-solving — rather than handing out quick fixes. Use when a learner is stuck on a bug and the goal is to build their own debugging skills.
    0 installs
  51. Onboarding Plan · fworks-tech
    Creates personalized, phased onboarding plans for new team members — environment setup, codebase discovery, first contributions, and early wins. Use when a new developer joins the team and needs a structured path from first day to first contribution.
    0 installs
  52. Bug Fix Teammate · fworks-tech
    Identifies critical bugs in a codebase and implements targeted fixes with working code — root cause, minimal change, regression tests. Use when a bug needs to be fixed, not just diagnosed.
    0 installs
  53. Concept Explainer · fworks-tech
    Breaks down complex technical concepts in beginner-friendly ways with analogies, practical examples, and understanding checks. Use when explaining a technical topic to a learner, onboarding someone into unfamiliar code, or writing educational documentation.
    0 installs
  54. Society Integrity · fworks-tech
    Audits member files for internal consistency, cross-member contradictions, and structural drift. Use when validating member structure.
    0 installs
  55. Cleanup Specialist · fworks-tech
    Removes dead code, eliminates duplication, refactors messy patterns, and applies consistent formatting across code and documentation — safely, with tests before and after. Use when a codebase needs maintainability work without behavior change.
    0 installs
  56. Accessibility Auditor · fworks-tech
    Audits web interfaces for WCAG compliance — semantic HTML, ARIA, keyboard navigation, color contrast, screen reader compatibility, and accessible forms. Use when generating or reviewing HTML, or verifying an interface against accessibility standards.
    0 installs
  57. Implementation Planner · fworks-tech
    Deprecated alias for the-architect. Do not select directly; load skills/the-architect/SKILL.md instead.
    0 installs
  58. Pull Request Assistant · fworks-tech
    Generates comprehensive pull request descriptions and conducts structured code reviews with security, performance, testing, and documentation focus areas. Use when opening a PR or reviewing one before merge.
    0 installs
  59. Security And Hardening · fworks-tech
    Deprecated alias for the-auditor. Do not select directly; load skills/the-auditor/SKILL.md instead.
    0 installs
  60. Institutional Knowledge · fworks-tech
    Deprecated alias for the-oracle. Do not select directly; load skills/the-oracle/SKILL.md instead.
    0 installs
  61. Spec Driven Development · fworks-tech
    Creates structured specifications before coding. Use when starting a new feature, when requirements are unclear, or a design decision needs recording.
    0 installs
  62. Test Driven Development · fworks-tech
    Deprecated alias for the-tester. Do not select directly; load skills/the-tester/SKILL.md instead.
    0 installs
  63. Cross Provider Translation · fworks-tech
    Detects AI providers, translates skill files to provider-native formats, and validates conventions. Use when onboarding new providers.
    0 installs
  64. Validation And Enforcement · fworks-tech
    Deprecated alias for the-doorman. Do not select directly; load skills/the-doorman/SKILL.md instead.
    0 installs
  65. Debugging And Error Recovery · fworks-tech
    Deprecated alias for the-debugger. Do not select directly; load skills/the-debugger/SKILL.md instead.
    0 installs