Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

tangent-shell

tangent-shell에는 TangleML에서 수집한 skills 27개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
27
Stars
2
업데이트
2026-07-01
Forks
0
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

reproduce-research
소프트웨어 개발자

Reproduce a research paper / white paper / arXiv result as a Tangle pipeline. Use when the user asks to "reproduce", "replicate", or "implement" a paper, benchmark, or arXiv link as an experiment.

2026-07-01
tangle-cli
소프트웨어 개발자

Drive the open-source Tangle CLI (`tangle-cli`) via Bash for local pipeline/component workflows and API-backed run submission, status, logs, and artifacts. Use whenever an agent needs to validate, hydrate, submit, inspect, or debug Tangle pipelines and runs from the command line.

2026-07-01
tangle-help
소프트웨어 개발자

Answer Tangle product, docs, and how-to questions from a local RAG over the TangleML documentation. Use for conceptual / "what is" / "how do I" lookups, not live run or execution data.

2026-07-01
tanstack-router
웹 개발자

TanStack Router patterns for routing, navigation, search params, and layouts. Use when creating routes, navigating, or working with URL state.

2026-07-01
revealjs
웹 개발자

Comprehensive Reveal.js reference for building HTML slide decks. Use whenever the user wants to create, revise, or extend a presentation, slide deck, or talk — especially from Markdown — including transitions, Auto-Animate, Mermaid diagrams, animatable SVG, video, backgrounds, fragments, code highlighting, speaker notes, math, themes, configuration, and PDF export.

2026-07-01
web-research
시장조사 분석가·마케팅 전문가

Gather, vet, and cite sources for a research question. Use when answering factual questions, comparing options, or producing an evidence-backed write-up.

2026-07-01
simple-html-pages
웹 개발자

Builds simple standalone HTML page pieces with embedded CSS and playful animated SVG illustrations. Use when the user asks to create, revise, or extend an HTML page, landing page, invite, card, section, mockup, or visual web snippet.

2026-07-01
bundle-assembly
소프트웨어 개발자

Assemble authored skills into a valid Tangent Configuration Bundle and package it as a zip. Use when laying out tangent.yaml, organizing bundle directories, or producing the final installable bundle archive.

2026-07-01
skill-authoring
소프트웨어 개발자

Write an effective SKILL.md, including frontmatter, a discoverable description, and a concise body. Use when authoring a new skill, editing an existing one, or deciding how to structure skill content.

2026-07-01
project-conventions
소프트웨어 개발자

Project conventions for tangent-shell including file structure, imports, code quality, and general rules. Use when writing new code, creating files, or organizing imports.

2026-06-24
ui-primitives
웹·디지털 인터페이스 디자이너

Layered Tangle UI design system in src/shared/ui. Base primitives (BlockStack, InlineStack, Text, Heading, Paragraph, Button, Icon, Textarea, Spinner, Link), Layer-3 semantic patterns (Surface, Section, Card, ListRow, ScrollRegion, Truncating, HoverReveal, IconButton, EmptyState, Pill, StickyHeader, Toolbar, Divider, Page, CenteredScreen), and the Box escape hatch. Use when writing JSX, styling, layout, or typography.

2026-06-24
tanstack-query
소프트웨어 개발자

TanStack Query v5 patterns for data fetching, mutations, and cache management. Use when writing queries, mutations, or working with server state.

2026-06-24
accessibility
웹·디지털 인터페이스 디자이너

Accessibility patterns and requirements for this project. Use when creating interactive components, forms, dialogs, or any user-facing UI.

2026-06-23
analytics-tracking
소프트웨어 개발자

How to track analytics events in tangle-ui and naming conventions for action_type values. Use when adding a new tracked event, naming an action_type, or working with the analytics provider.

2026-06-23
open-source
소프트웨어 개발자

Open source guidelines for tangent-shell. Use when writing user-facing text, UI copy, error messages, banners, documentation, or any content visible to users.

2026-06-23
react-patterns
소프트웨어 개발자

React and React Compiler patterns for this project. Use when writing React components, hooks, providers, or working with React Compiler compatibility.

2026-06-23
server-testing
소프트웨어 품질 보증 분석가·테스터

How tests work in this repo — server-side only, using Node's built-in test runner via tsx. Use when writing, running, or reviewing tests.

2026-06-23
tangle-domain
소프트웨어 개발자

Domain terminology and concepts for the Tangle platform. Use whenever discussing, naming, or working with pipelines, runs, components, tasks, inputs, outputs, executions, agent bundles, sessions, or any Tangle domain concepts.

2026-06-23
typescript-standards
소프트웨어 개발자

TypeScript coding standards for this project. Use when writing TypeScript code, defining types, or working with type safety.

2026-06-23
validate
소프트웨어 개발자

Run validation and testing commands for the project. Use when the user asks to validate, lint, typecheck, or run tests.

2026-06-23
codanna-code-intelligence
소프트웨어 개발자

Use Codanna MCP as the primary code intelligence tool for exploring, searching, and analyzing this codebase. Use INSTEAD of grep/ripgrep/find for symbol lookups, understanding code relationships, tracing callers/callees, impact analysis, and semantic code search. Applies to every task that involves reading, navigating, or understanding code.

2026-06-15
project-review
소프트웨어 품질 보증 분석가·테스터

Review code changes for quality, architecture, and adherence to project standards. Use when reviewing pull requests, commits, or when the user asks for a code review, project review, or architecture review.

2026-06-15
typescript-refactoring
소프트웨어 개발자

Perform TypeScript refactoring operations using compiler-aware tooling — rename symbols, move/rename files, extract functions/constants/variables, find references, and organize imports. Use when moving files, renaming symbols or files, extracting code, cleaning up imports, or performing any structural refactoring in TypeScript/JavaScript files. Always prefer these tools over manual edits (sed/grep/mv) for refactoring.

2026-06-15
address-pr-comments
소프트웨어 품질 보증 분석가·테스터

Find the PR for the current branch, read review comments, and address them — either by fixing the code or pushing back with a reply. Use when the user wants to handle PR feedback.

2026-06-05
audit-tickets
소프트웨어 품질 보증 분석가·테스터

Audit open GitHub issues against the codebase to find tickets that have already been implemented. Use when the user wants to triage, audit, or clean up GitHub issues.

2026-06-05
list-skills
소프트웨어 개발자

List all available custom slash commands and skills. Use when the user asks what commands are available or wants to see all skills.

2026-06-05
review
소프트웨어 품질 보증 분석가·테스터

Code review of current PR/commit changes against project coding standards. Use when the user asks for a code review or mentions reviewing changes.

2026-06-05