II.
LibrarySkill JSON
Structured · livelib-skill:ai-agents-conversational--langchain-tools
langchain-tools json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:ai-agents-conversational--langchain-tools",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "langchain-tools",
"description": "LangChain tool creation and integration utilities for agent systems",
"libraryPath": "library/specializations/ai-agents-conversational/skills/langchain-tools/SKILL.md",
"specialization": "ai-agents-conversational",
"contentSummary": "# LangChain Tools Skill\n\n## Capabilities\n\n- Create custom LangChain tools with proper schemas\n- Integrate existing tools and APIs\n- Design tool descriptions for optimal LLM understanding\n- Implement structured tool inputs with Pydantic\n- Handle tool errors and fallbacks\n- Create tool chains"
},
"outgoingEdges": [
{
"from": "lib-skill:ai-agents-conversational--langchain-tools",
"to": "skill-area:tool-use",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:ai-agents-conversational--langchain-tools",
"to": "skill-area:tool-service-integration-agents",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:ai-agents-conversational--langchain-tools",
"to": "topic:api-design",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:ai-agents-conversational--langchain-tools",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:ai-agents-conversational--langchain-tools",
"to": "role:ml-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:ai-agents-conversational--langchain-tools",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:ai-agents-conversational--langchain-tools",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:ai-agents-conversational--langchain-tools",
"to": "workflow:ml-model-lifecycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:ai-agents-conversational--langchain-tools",
"to": "specialization:ai-agents-conversational",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": [
{
"from": "lib-process:ai-agents-conversational--custom-tool-development",
"to": "lib-skill:ai-agents-conversational--langchain-tools",
"kind": "uses_skill",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:ai-agents-conversational--function-calling-agent",
"to": "lib-skill:ai-agents-conversational--langchain-tools",
"kind": "uses_skill",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:ai-agents-conversational--react-agent-implementation",
"to": "lib-skill:ai-agents-conversational--langchain-tools",
"kind": "uses_skill",
"attributes": {
"weight": 0.8
}
}
]
}