Skip to main content
geoffjay
GitHub-Creator-Profil

geoffjay

Repository-Ansicht von 53 gesammelten Skills in 6 GitHub-Repositories.

gesammelte Skills
53
Repositories
6
aktualisiert
2026-08-03
Repository-Explorer

Repositories und repräsentative Skills

clap-patterns
Softwareentwickler

Common Clap patterns and idioms for argument parsing, validation, and CLI design. Use when implementing CLI arguments with Clap v4+.

2025-11-04
cli-configuration
Softwareentwickler

Configuration management patterns including file formats, precedence, environment variables, and XDG directories. Use when implementing configuration systems for CLI applications.

2025-11-04
cli-distribution
Softwareentwickler

Distribution and packaging patterns including shell completions, man pages, cross-compilation, and release automation. Use when preparing CLI tools for distribution.

2025-11-04
cli-ux-patterns
Softwareentwickler

CLI user experience best practices for error messages, colors, progress indicators, and output formatting. Use when improving CLI usability and user experience.

2025-11-04
tokio-concurrency
Softwareentwickler

Advanced concurrency patterns for Tokio including fan-out/fan-in, pipeline processing, rate limiting, and coordinated shutdown. Use when building high-concurrency async systems.

2025-11-04
tokio-networking
Softwareentwickler

Network programming patterns with Hyper, Tonic, and Tower. Use when building HTTP services, gRPC applications, implementing middleware, connection pooling, or health checks.

2025-11-04
tokio-patterns
Softwareentwickler

Common Tokio patterns and idioms for async programming. Use when implementing worker pools, request-response patterns, pub/sub, timeouts, retries, or graceful shutdown.

2025-11-04
tokio-troubleshooting
Softwareentwickler

Debugging and troubleshooting Tokio applications using tokio-console, detecting deadlocks, memory leaks, and performance issues. Use when diagnosing async runtime problems.

2025-11-04
Zeigt die Top 8 von 22 gesammelten Skills in diesem Repository.
agent-memory
Sonstige Computerberufe

Store, search, and manage shared knowledge through the memory service. Use for persisting information across agent sessions, semantic search over stored knowledge, and inter-agent knowledge sharing.

2026-06-17
agent-knowledge
Sonstige Computerberufe

Browse, read, and author per-project knowledgebase documents through the knowledge service CLI. Use for creating, updating, listing, and reading markdown documents stored against a project, and reconciling DB rows against disk.

2026-06-17
release
Softwareentwickler

Cut a new agentd release. Suggests the next semver version from conventional commits (or accepts an explicit `x.y.z`), bumps the workspace version, regenerates the changelog with git-cliff, then commits, tags, and pushes the `v*` tag that triggers the Release workflow. Use when the user runs /release or asks to publish/cut/tag a new version.

2026-06-07
create-plan-issue
Softwareentwickler

Create a new GitHub plan issue with the "Plan: <title>" format, appropriate labels, and structured body. Use when the user wants to capture a high-level plan for future work.

2026-05-12
agent-ask
Netzwerk- und Computersystemadministratoren

Ask the human user a question during workflow execution and check for answers. Use for agent-to-human Q&A, collecting decisions, and reacting to human responses via ask_response workflow triggers.

2026-04-04
git-spice
Softwareentwickler

Branch stacking and PR management with git-spice for the agentd project. Use when creating stacked branches, submitting PRs, syncing with upstream, resolving rebase conflicts, or navigating a branch stack.

2026-03-22
agent-communicate
Softwareentwickler

Create, list, and manage conversation rooms, participants, and messages through the communicate service. Use for inter-agent messaging, room management, real-time message watching, and participant coordination.

2026-03-20
agent-apply
Netzwerk- und Computersystemadministratoren

Apply and teardown declarative YAML templates for agents and workflows. Use for deploying agent stacks from .agentd/ directories, validating templates, and cleaning up resources.

2026-03-18
Zeigt die Top 8 von 16 gesammelten Skills in diesem Repository.
jughead-components
Softwareentwickler

Use jughead's templ-based daisyUI component library in templates/components/daisyui before writing raw daisyUI class markup. MANDATORY when rendering UI in a jughead site or plugin. Use when building pages, layouts, nav, cards, code mockups, buttons, or any daisyUI element within a jughead site.

2026-07-07
layouts
Softwareentwickler

Use jughead's site-type layout system in templates/layouts to render full pages for a category of site (documentation, blog, admin, SaaS landing). Use when designing a new site, picking a layout, composing a page body into a layout Config, or adding a new site-type layout.

2026-07-07
provider-plugin
Softwareentwickler

Develop jughead auth-provider plugins (.so) that ship OAuth/credential flows loaded at runtime by the host. Use when building a new provider, scaffolding with `jughead init --plugin provider`, implementing sdk/auth.Provider/ProviderInstance, or wiring AuthConfig onto a site.

2026-07-07
site-design
Softwareentwickler

Design preferences and conventions for building jughead sites — templ-first rendering, daisyUI 5 via jughead's typed component wrappers, htmx for interactivity, link resolution that survives the reverse proxy, and per-site theming. Use when designing a new site, choosing components, theming, or making UI/UX decisions within jughead.

2026-07-07
site-plugin
Softwareentwickler

Develop jughead site plugins (.so) that ship templ/gini-rendered sites loaded at runtime by the host. Use when building a new site, scaffolding with `jughead init`, writing a Site's Template/Proxy/Routes, or referencing the sdk.Site contract across the .so boundary.

2026-07-07
templ-charts-composition
Webentwickler

Build custom charts from templ-charts' Use* layout hooks — compute scales/series/generators with UseLine (or UseBar, UsePie, …), reuse the exported grid/axes/lines sub-components, and hand-write SVG marks (custom point symbols, direct labels, sparklines). Use when a stock templ-charts chart component isn't enough and you need a bespoke chart or custom layer.

2026-07-06
templ-charts-interactivity
Webentwickler

Add interactivity to templ-charts charts — hover tooltips, line crosshair/slices, HTMX series toggle and hierarchy zoom, hover-highlight for chord/sankey/network, SMIL animation, resize re-fetch, and the Canvas backend for large datasets. Use when making a templ-charts chart interactive, wiring charts/htmx endpoints, or rendering big scatterplots/heatmaps.

2026-07-06
templ-charts
Webentwickler

Render server-side SVG charts in Go with templ-charts — nivo-style templ components covering 28 chart families (bar, line, pie, heatmap, treemap, sankey, geo, …). Use when adding a chart to a Go templ/HTMX app, choosing a chart's data shape, rendering a chart to an SVG string, or wiring sample data. For hover/HTMX interactivity see templ-charts-interactivity; for colors/themes/legends see templ-charts-theming; for custom charts see templ-charts-composition.

2026-07-06
templ-charts-theming
Softwareentwickler

Style templ-charts charts — color palettes and the five Colors config shapes, custom/dark themes, legends, and gradient/pattern fills with match rules. Use when setting chart colors, building a dark or branded theme, adding a legend, or applying gradients/patterns to templ-charts marks.

2026-07-06
6 von 6 Repositories angezeigt
Alle Repositories angezeigt