Northclock avatar

Northclock

Official

@northclock · United States of America

0Followers
|
2Public Repos
|
14Published Skills

Solving knowledge representation

Skills Distribution
DomainCloud & Comp...Distributed System.. (40%)Edge Runtime Engin.. (35%)Stateful Object Pe.. (25%)

Agent Skills by Northclock

Showing 14 vetted skills indexed across 1 GitHub repositories.

northclocknorthclock
3

ayjnt-overview

Document ayjnt framework architecture and CLI commands for Cloudflare Workers.

Official
Intermediate
northclocknorthclock
3

ayjnt-cli-file

Create command-line interfaces for Ayjnt agents via cli.ts files.

Official
Advanced
northclocknorthclock
3

ayjnt-add-ui

Integrate a React UI into an ayjnt agent directory with co-located app.tsx files.

Official
Intermediate
northclocknorthclock
3

ayjnt-voice

Integrate streaming voice capabilities into agentic frameworks with Cloudflare Workers AI.

Official
Advanced
northclocknorthclock
3

ayjnt-mcp

Generate an agent class extending McpAgent with registered tools and resources.

Official
Advanced
northclocknorthclock
3

ayjnt-email

Route incoming emails to agent instances within Cloudflare workers.

Official
Intermediate
northclocknorthclock
3

ayjnt-middleware

Implement Hono-style middleware chains for agent request handling in the ayjnt framework.

Official
Intermediate
northclocknorthclock
3

ayjnt-workflows

Integrate durable Cloudflare Workflows with agents using the AgentWorkflow mixin.

Official
Advanced
northclocknorthclock
3

ayjnt-rpc

Facilitate type-safe RPC between stateful agents and browser interfaces via Durable Object RPC.

Official
Advanced
northclocknorthclock
3

ayjnt-troubleshoot

Diagnose and resolve technical failures in the ayjnt agent harness framework.

Official
Advanced
northclocknorthclock
3

ayjnt-compile

Bundle ayjnt agent applications with the workerd runtime into standalone executables.

Official
Advanced
northclocknorthclock
3

ayjnt-browser

Configure Cloudflare Browser Rendering and AI-SDK bindings for agent runtimes.

Official
Intermediate
northclocknorthclock
3

ayjnt-tools

Bridge workerd and Bun host processes to create permissioned file and command tools.

Official
Advanced
northclocknorthclock
3

ayjnt-new-agent

Scaffold new Durable Object agent files and directory structures in ayjnt projects.

Official
Intermediate

Frequently Asked Questions About Northclock

FAQPage Schema
What 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.