Skip to content

Instantly share code, notes, and snippets.

{
"schemaVersion": "0.1.0",
"name": "Code Wiki",
"behavior": "create",
"noteNameFormat": "{{title|replace:\"/\\s*\\x7c\\s*Code Wiki\\s*$/\":\"\"|replace:\"/\\//\":\" - \"}}",
"path": "raw/Clippings/CodeWiki",
"noteContentFormat": "# {{selector:h1 > span > span|first}}\n\n> {{description}}\n\n**Repo**: [{{selector:h1 > span > span|first}}]({{selector:h1 a.github-icon-link?href|first}})\n\n---\n\n## Architecture Diagrams\n\n{{selector:svg.svg-diagram image?href|image|join:\"\\n\\n\"}}\n\n---\n\n## Documentation\n\n{{selectorHtml:div.body-content|first|markdown|replace:\"/zoom_in/g\":\"\"}}",
"properties": [
{
"name": "title",
{
"schemaVersion": "0.1.0",
"name": "Facebook Post",
"behavior": "create",
"noteNameFormat": "{{title|replace:\"/\\s*\\x7c\\s*Facebook\\s*$/\":\"\"}}",
"path": "raw/Clippings",
"noteContentFormat": "{% if selector:[role=\"dialog\"] [data-ad-comet-preview=\"message\"] %}{{selectorHtml:[role=\"dialog\"] [data-ad-comet-preview=\"message\"]|first|markdown}}\n\n{{selector:[role=\"dialog\"] img[src*=\"scontent\"]?src|image|join:\"\\n\\n\"}}{% else %}{% if selector:[role=\"main\"] [data-ad-comet-preview=\"message\"] %}{{selectorHtml:[role=\"main\"] [data-ad-comet-preview=\"message\"]|first|markdown}}\n\n{{selector:[role=\"main\"] img[src*=\"scontent\"]?src|image|join:\"\\n\\n\"}}{% else %}{{content}}{% endif %}{% endif %}",
"properties": [
{
"name": "title",
@thuongtin
thuongtin / 2026-03-28 - Bai hoc tu viec xay dung Claude Code Cach chung toi su dung Skills.md
Created March 28, 2026 05:40
Bài học từ việc xây dựng Claude Code: Cách chúng tôi sử dụng Skills (Vietnamese translation)

OpenFang Zero → Hero (Agent Operating System)

Repo gốc: https://github.com/RightNow-AI/openfang
Website/Docs: https://openfang.sh
Mục tiêu tài liệu: đi từ “chạy được trong 15 phút” → “vận hành an toàn + mở rộng + tích hợp hệ thống”.

[!summary] TL;DR

  • OpenFang là Agent Operating System (không phải chatbot framework): chạy agent tự động theo lịch, có dashboard, có API OpenAI-compatible, có Hands (gói năng lực tự trị) để “làm việc thay bạn”.
  • Điểm ăn tiền: Hands + Workflows/Triggers (pipeline + event-driven) + Skills (plugin tools) + Channel adapters + MCP/A2A + security defense-in-depth (16 lớp bảo mật).
  • Quickstart (macOS/Linux): curl -fsSL https://openfang.sh/install | shopenfang initopenfang doctoropenfang start.
@thuongtin
thuongtin / Ralph-TUI.md
Last active February 25, 2026 07:03
Ralph TUI – Hướng dẫn từ cơ bản đến thành thạo

tags:

  • type/guide
  • ai/concept/agent
  • ai/concept/vibe-coding
  • ai/concept/orchestration
  • dev/tool/cli
  • dev/tool/tui
  • dev/open-source
  • lang/typescript

tags:

  • type/guide
  • ai/concept/agent
  • ai/concept/automation
  • ai/platform/openai
  • ai/tool/codex
  • dev/protocol/json-rpc
  • dev/integration/api
  • dev/best-practices

tags:

  • type/guide
  • ai/concept/vibe-coding
  • ai/concept/agent
  • ai/concept/context-engineering
  • dev/workflow
  • dev/framework/gsd
  • dev/tool/claude-code
  • dev/best-practices

tags:

  • type/guide
  • ai/concept/vibe-coding
  • ai/concept/agent
  • ai/concept/skills
  • dev/workflow
  • dev/framework/ucai
  • dev/tool/claude-code
  • dev/best-practices
@thuongtin
thuongtin / Claude-Skills.md
Created February 15, 2026 09:16
Claude Skills Zero → Hero (từ cơ bản đến thành thạo)

tags:

  • type/guide
  • ai/concept/agent
  • ai/concept/skills
  • ai/concept/mcp
  • dev/tool/claude
  • dev/tool/claude-code
  • dev/workflow
  • dev/best-practices

bmalph – Hướng dẫn từ cơ bản đến thành thạo

Giới thiệu tổng quan

bmalph là một Unified AI Development Framework – khung phát triển AI thống nhất, kết hợp BMAD-METHOD (planning) và Ralph (autonomous implementation) thành một pipeline liền mạch.

Điểm quan trọng từ các phiên bản gần đây là multi-platform: bmalph có thể cài đặt hướng dẫn/commands cho nhiều AI coding assistants (Claude Code, OpenAI Codex, Cursor, Windsurf, GitHub Copilot, Aider). Trong đó Phase 4 (Ralph autonomous loop) chỉ khả dụng trên các nền tảng có CLI (hiện tại: Claude Code claude hoặc Codex CLI codex).

Thông tin dự án (cập nhật ngày 2026-02-25):