extraAgents | Hyperliquid info
generic skill
Explore
9,659 skills indexed with the new KISS metadata standard.
generic skill
David Allen’s **Getting Things Done (GTD)** is a productivity methodology built on five pillars: **Capture, Clarify, Organize, Reflect, and Engage**. In a human context, GTD helps individuals manage tasks and commitments with clear mind and reliable systems. In a **fully autonomous AI-operated organ
- **Type**: Persons
This guide provides a practical, hands-on introduction to the **Agent Council** and the **`@thinkies` orchestrator**. This system is designed for users who want to leverage the cognitive power of the INDRA ecosystem using natural language, without needing to write or understand the INDRA protocol it
**Table of Contents**
{{- template "llm-instructions-git" }}
- [Remix](https://remix.run)
Accelerate delivery of West‑Africa‑first WordPress plugins and tooling by generating secure, performant, offline‑capable code and documentation that conforms to Starisian standards.
Accelerate delivery of West‑Africa‑first WordPress plugins and tooling by generating secure, performant, offline‑capable code and documentation that conforms to Starisian standards.
- `lib/` hosts the core SeasarBatis library (`src/main/java` for Java sources, `src/main/resources` for MyBatis configs such as `mybatis-config.xml`, and `src/test` for fixtures under `resources/sql`).
*Last updated 2025-06-09*
vhybZ is an AI-powered platform designed to help creators easily build and share interactive digital artifacts. This document outlines the system architecture, design decisions, and implementation details for the vhybZ backend and frontend components in this monorepo.
This repository documents a **two-layer Virtual FileSystem (VFS) architecture** for game modding. The VFS allows games to see and access files that don't physically exist in the game folder, enabling non-invasive modding without administrator rights or filesystem modifications.
CheckinMate is a geolocation-based API service built with Elysia.js (a fast TypeScript web framework) and MongoDB. The application provides endpoints for searching places based on geographical coordinates, with data sourced from both MongoDB and the Overpass API (OpenStreetMap).
- Full FastAPI experience lives in `web_apps/vocabulary_web_app.py`; run it from repo root so `templates/` resolves correctly. Avoid `simple_vocab_app.py` except for historical reference.
Use Node.js 18 or newer and install dependencies with `pnpm` (enforced by `preinstall`). Run `pnpm install` from the repo root to link workspace packages and set up local post-install patches via `tw-patch`.
This is the **root AGENTS.md** containing universal guidelines that apply to the entire codebase. Each module can have its own `AGENTS.md` that inherits these principles and adds module-specific conventions.
- dont be detailed n readme, just put concise minimal instruction, this app is for me only
- `src/`: API and domain code
These instructions apply to the entire repository.
- **Run all tests**: `python run_tests.py`
Проект разделён на агентов, каждый из которых отвечает за свой слой:
- **Write production-quality code**: All code must be robust, efficient, and ready for use in real-world systems.
Source code lives under `src/aw_import_ical/`, with the primary entry point in `cli.py` and the package exposed via `python -m aw_import_ical` or the `aw-import-ical` console script. Supporting utilities such as virtualenv helpers and lint scripts reside in `scripts/`. Documentation belongs in `docs