Northclock
Official@northclock · United States of America
Solving knowledge representation
Agent Skills by Northclock
Showing 14 vetted skills indexed across 1 GitHub repositories.
ayjnt-overview
Document ayjnt framework architecture and CLI commands for Cloudflare Workers.
ayjnt-cli-file
Create command-line interfaces for Ayjnt agents via cli.ts files.
ayjnt-add-ui
Integrate a React UI into an ayjnt agent directory with co-located app.tsx files.
ayjnt-voice
Integrate streaming voice capabilities into agentic frameworks with Cloudflare Workers AI.
ayjnt-mcp
Generate an agent class extending McpAgent with registered tools and resources.
ayjnt-email
Route incoming emails to agent instances within Cloudflare workers.
ayjnt-middleware
Implement Hono-style middleware chains for agent request handling in the ayjnt framework.
ayjnt-workflows
Integrate durable Cloudflare Workflows with agents using the AgentWorkflow mixin.
ayjnt-rpc
Facilitate type-safe RPC between stateful agents and browser interfaces via Durable Object RPC.
ayjnt-troubleshoot
Diagnose and resolve technical failures in the ayjnt agent harness framework.
ayjnt-compile
Bundle ayjnt agent applications with the workerd runtime into standalone executables.
ayjnt-browser
Configure Cloudflare Browser Rendering and AI-SDK bindings for agent runtimes.
ayjnt-tools
Bridge workerd and Bun host processes to create permissioned file and command tools.
ayjnt-new-agent
Scaffold new Durable Object agent files and directory structures in ayjnt projects.
Frequently Asked Questions About Northclock
FAQPage SchemaWhat specific tasks can I perform using the Northclock framework?▼
You can scaffold stateful agents, implement Hono-style request middleware, manage type-safe RPC communication between browser interfaces and edge objects, and bundle applications for the workerd runtime. It enables direct integration of streaming voice, browser rendering, and email routing within your edge infrastructure.
Which engineers are the primary target for this framework?▼
This framework is designed for backend and full-stack engineers building distributed systems on Cloudflare infrastructure. It is specifically suited for developers managing stateful logic, complex request handling, and multi-modal interactions at the network edge who require structured, type-safe communication between client interfaces and serverless backends.
What are the core prerequisites for running Northclock projects?▼
Projects require a Cloudflare account with access to Workers, Durable Objects, and the workerd runtime environment. You must have a project structure configured for TypeScript, as the framework relies on type-safe RPC definitions and specific directory scaffolding for agent instances and middleware chains.