2 skills found
stefanoamorelli / sec-edgar-agentkitAI agent toolkit for accessing and analyzing SEC EDGAR filing data. Build intelligent agents with LangChain, MCP-use, Gradio, Dify, and smolagents to analyze financial statements, insider trading, and company filings.
benjaminrae / coding-styleCoding Style Rules If Statements - Always use braces for if statements, even for single-line blocks ```typescript // ✅ Do This