Skip to content

Instantly share code, notes, and snippets.

@myuon
Created April 15, 2026 11:41
Show Gist options
  • Select an option

  • Save myuon/09fe68cf8839afc3ca6b645dc0dcf7b9 to your computer and use it in GitHub Desktop.

Select an option

Save myuon/09fe68cf8839afc3ca6b645dc0dcf7b9 to your computer and use it in GitHub Desktop.
harness manifest
{
"skills": {
"commit": {
"source": "myuon/agent-skills",
"condition": "always",
"scope": "global"
},
"dispatch": {
"source": "myuon/agent-skills",
"condition": "always",
"scope": "global"
},
"agmux": {
"source": "myuon/agmux",
"condition": "always",
"scope": "global"
},
"agent-browser": {
"source": "vercel-labs/agent-browser",
"condition": "画面を持つ Web アプリケーション"
},
"architecture-decision-records": {
"source": "wshobson/agents",
"condition": "always",
"scope": "global"
}
},
"profiles": {
"react": {
"condition": "React を使っているプロジェクト",
"skills": {
"react-no-useeffect": {
"source": "myuon/agent-skills"
}
}
},
"react-router": {
"condition": "React Router v7 を使っているプロジェクト",
"skills": {
"react-router-loader": {
"source": "myuon/agent-skills"
}
}
},
"expo": {
"condition": "Expo / React Native を使っているプロジェクト",
"skills": {
"building-native-ui": { "source": "expo/skills" },
"expo-api-routes": { "source": "expo/skills" },
"expo-cicd-workflows": { "source": "expo/skills" },
"expo-deployment": { "source": "expo/skills" },
"expo-dev-client": { "source": "expo/skills" },
"expo-module": { "source": "expo/skills" },
"expo-tailwind-setup": { "source": "expo/skills" },
"expo-ui-jetpack-compose": { "source": "expo/skills" },
"expo-ui-swift-ui": { "source": "expo/skills" },
"native-data-fetching": { "source": "expo/skills" },
"upgrading-expo": { "source": "expo/skills" },
"use-dom": { "source": "expo/skills" }
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment