Repository Guidelines
- `cmd/obsidian-tmdb-cover` hosts the CLI entry; `internal/app` orchestrates vault traversal while `internal/{note,tmdb,content,tui,util}` handle markdown, API, rendering, and helpers.
Explore
19,583 skills indexed with the new KISS metadata standard.
- `cmd/obsidian-tmdb-cover` hosts the CLI entry; `internal/app` orchestrates vault traversal while `internal/{note,tmdb,content,tui,util}` handle markdown, API, rendering, and helpers.
This repository is an Obsidian-based “second brain” vault. Contributions focus on clear Markdown notes, consistent folder prefixes (000–600), and maintainable dashboards. Keep edits small and well-labeled, preserve internal links, and prefer improving structure over adding redundancy.
generic skill
This document provides guidelines for AI coding agents working on the Whatsun project.
Audience: agentic coding assistants and maintainers working in this repo.
UI integration tests live in `tests/`, organized by surface (`ads`, `scix`) with shared fixtures in `tests/common.ts` and typed helpers under `tests/interfaces`. Authentication state and recorded sessions sit in `playwright/.auth`. Support code such as Gmail providers is under `provider/`, and data
This project contains an Electron-based desktop app for manipulating CSV data. The JavaScript code uses ES modules and a small Node-based test suite.
A React-based task prioritization web application implementing the Eisenhower Matrix methodology. Built with TypeScript and Create React App, featuring local browser storage for data persistence.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
- Place all FastAPI code under `app/`; `app/main.py` should expose the `FastAPI` instance and register routers.
- `src/pages/` 负责声明 Astro 路由,只保留轻量页面逻辑并组合 `layouts/` 与 `components/`。
- Source: `components/` (PascalCase folders, e.g., `Button/`, `Footer/`).
Please follow Handmade manifesto ideas of minimal abstraction, simple data structures, and linear straightforward code.
This is a monorepo, based on [TurboRepo](https://turborepo.build), containing several
.
- Source: `src/snakehelper/` (core logic in `SnakeIOHelper.py`).
- `nodes/Capacities/*.ts` houses the TypeScript descriptions and helpers that surface Capacities resources in n8n; keep new operations grouped by resource and export them through `ResourceDescription.ts`.
- Source: site content in the repository root; layouts in `_layouts/`; posts in `_posts/`; config in `_config.yml`.
- `transforms/` - LLVM pass module (`src/HelloWorld.cc`, `include/`, `CMakeLists.txt`).
The WebGL landing page runs directly from static assets. `index.html`, `main.js`, and `style.css` form the entry stack, with `dotmatrix.js` supplying the Three.js particle system. Keep component experiments under `test-*.html` and `test-*.js` to avoid polluting production files. Screenshots and outp
This is a Next.js 16 application for Doka, a construction formwork and scaffolding company. The application showcases system components (Schalungen/formwork) with a product catalog interface.
Utiliza bun en vez de npm o node.
- `app/` hosts the launcher UI and navigation shell, wiring feature modules into `MainActivity`.
generic skill